Search
12896 results 71-80
Reference
searching
› Feature control search (filtering) abilitiesif not in the order that was specified (thissearch.smart
› Enable / disable DataTables' smart filteringposition and in any order in the table (ratherordering
› Feature control ordering (sorting) abilities in DataTables.Enable or disable ordering of columns - it isorderMulti
› Multiple column ordering ability control.to do multiple column ordering using columns.orderData, order or order(), it justorderFixed
› Ordering to always be applied to the tablein tandem with the order option which provides an initial ordering state for the tableorderDescReverse
› Control if the initial data order is reversed when `desc` orderingof the original data order might not be desirable, particularly if you want ordering in DataTables to workorderClasses
› Highlight the columns being ordered in the table's bodywhich are used to order the content in theorderCellsTop
› Control which cell the order event handler will be applied to in a column2.2 will have the order event listener applied to them. If orderCellsTop is true then 1layout
› Define and position the table control elements to appear on the pagea single object, but order is not guaranteed. Orderlanguage
› Language configuration options for DataTablesNext", "previous": "Previous" }, "aria": { "orderable": "Order by this column", "orderableReverse":
Forum
- 11th Nov 2020Let row indices equal the visual order?and changed the table order to order: [[ 6, "asc"
- 23rd Oct 2020it does not order me correctly server sideto do the sort: ORDER BY ".$columnName." ".$columnSortOrder." So
- 20th Oct 2020Default Sort Orderdocs state this: The order must be an array
- 4th Oct 2020Select Filter "alphabretic" orderWith "order": [[2, 'asc']], I can order 1 column but is I use: "order": [[ 0, 'asc' ], [ 1, 'asc' ]] OR order": [[2,3,4,5,6, 'asc']], doesn't work
- 28th Sep 2020How to combine 2 order type for a column?set a date for ordering then date-uk will order the date So how
- 16th Sep 2020two tables on the same page, how to order different columns from the two tables?Are you looking for the order option? Or maybe the order() API? If this doesn't help then please provide more details of what you are trying to acheive. Kevin
- 6th Aug 2020Default sort order when using DataTables?the case move the "order": [[ 1, "desc" ]], into that
- 5th Aug 2020FEATURE REQUEST: order option [index, 'asc'|'desc'] should allow any column selector, not just indexYes, misunderstanding, I think. In the example $('#example').dataTable( { "order": [[ 0, 'asc' ], [ 1, 'asc' ]] } ); would like to be something like $('#example').dataTable( { "order": [[ 'col1:name', 'asc' ], [ 'col2:name', 'asc' ]] } ); instead
- 1st Jul 2020Table is displaying in reverse alphabetical order. How do I get it in a-z order?You should have "order": [[0, 'asc']], instead. Kevin is correct, my mistake.
- 9th Jun 2020Problem with simple "order": [[0, 'asc']]Looks like you have "order": [[0, 'asc']] inside the