• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Issue with pm_View_List_Simple while creating extesnion

nijina

New Pleskian
I am trying to build a front panel with pm_View_List_Simple. I need to have check box in every table and an action window at the top . I was able to create a table but unfortunately I am not able to create a checkbox in each table and an action window. What I need is just like the domains listing page, subscription listing page or extension management. Could anyone help me out with this issue.
 
I can see following options.

column-1' => array(
'title' => 'select',
'noEscape' => true,
'searchable' => true,
'sortable' => false,
)


when defining a column. However I am not able to find any specific option related to select or including form element. Is there any easy method like sort or search for pm_View_List_Simple
 
Back
Top