Method |
Description |
|
checkLegacyCode ( ) |
Check if request uses legacy code |
|
columnKeyword ( integer $index ) : string |
Get column's search value. |
|
columnName ( integer $i ) : string |
Get column identity from input or database. |
|
isColumnOrderable ( integer $index ) : boolean |
Check if a column is orderable. |
|
isColumnSearchable ( integer $i, boolean $column_search = true ) : boolean |
Check if a column is searchable. |
|
isOrderable ( ) : boolean |
Check if Datatables ordering is enabled. |
|
isPaginationable ( ) : boolean |
Check if Datatables allow pagination. |
|
isRegex ( integer $index ) : string |
Check if Datatables must uses regular expressions |
|
isSearchable ( ) : boolean |
Check if Datatables is searchable. |
|
keyword ( ) : string |
Get global search keyword |
|
orderableColumns ( ) : array |
Get orderable columns |
|
searchableColumnIndex ( ) : array |
Get searchable column indexes |
|