table

  1. J

    Issue pm_View_List_Simple options

    Any reason why this table should not default to sorting by col-5 desc and page size of 25. $options = [ 'defaultSortField' => 'column-5', 'defaultSortDirection' => pm_View_List_Simple::SORT_DIR_DOWN, 'defaultItemsPerPage' => 25, ]...
Back
Top