|
|
|
@ -389,16 +389,14 @@ class Display |
|
|
|
* each item in this array can contain 3 values |
|
|
|
* each item in this array can contain 3 values |
|
|
|
* - 1st element: the column title |
|
|
|
* - 1st element: the column title |
|
|
|
* - 2nd element: true or false (column sortable?) |
|
|
|
* - 2nd element: true or false (column sortable?) |
|
|
|
* - 3th element: additional attributes for |
|
|
|
* - 3th element: additional attributes for th-tag (eg for column-width) |
|
|
|
* th-tag (eg for column-width) |
|
|
|
|
|
|
|
* - 4the element: additional attributes for the td-tags |
|
|
|
* - 4the element: additional attributes for the td-tags |
|
|
|
* @param array $content 2D-array with the tables content |
|
|
|
* @param array $content 2D-array with the tables content |
|
|
|
* @param array $sorting_options Keys are: |
|
|
|
* @param array $sorting_options Keys are: |
|
|
|
* 'column' = The column to use as sort-key |
|
|
|
* 'column' = The column to use as sort-key |
|
|
|
* 'direction' = SORT_ASC or SORT_DESC |
|
|
|
* 'direction' = SORT_ASC or SORT_DESC |
|
|
|
* @param array $paging_options Keys are: |
|
|
|
* @param array $paging_options Keys are: |
|
|
|
* 'per_page_default' = items per page when switching from |
|
|
|
* 'per_page_default' = items per page when switching from full list to per-page-view |
|
|
|
* full- list to per-page-view |
|
|
|
|
|
|
|
* 'per_page' = number of items to show per page |
|
|
|
* 'per_page' = number of items to show per page |
|
|
|
* 'page_nr' = The page to display |
|
|
|
* 'page_nr' = The page to display |
|
|
|
* @param array $query_vars Additional variables to add in the query-string |
|
|
|
* @param array $query_vars Additional variables to add in the query-string |
|
|
|
|