• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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