• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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