• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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