• Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
    Thank you in advance for your patience and understanding on the matter.

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