• 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 pm_View_List_Simple options

jimlongo56

Basic Pleskian
Any reason why this table should not default to sorting by col-5 desc and page size of 25.

Code:
        $options = [
            'defaultSortField' => 'column-5',
            'defaultSortDirection' => pm_View_List_Simple::SORT_DIR_DOWN,
            'defaultItemsPerPage' => 25,
        ];
        $list = new pm_View_List_Simple($this->view, $this->_request, $options);
 
Back
Top