• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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