Search
23531 results 2771-2780
Forum
- 6th Mar 2018How to sort 2 columns by date with different formatHi, This thread here may give some clues, another user had problems and it turned out to be a combination of a badly defined format, and multiple formats within the same column. It would be worth checking that with your data. If that is all fine, it would be worth doing a live example here, so we can see the problems with the formatting. Cheers, Colin
- 28th Feb 2018Sort multiple columns by defaultYES! The"order": [ ], did the trick. As that is the simplest solution, I will use it. The data is annual, so the data does not need to be regenerated. Thanks so much for your help.
- 18th Feb 2018Change vertical listing of columns in colvis collection to horizontalHi jbhola, This page shows an example of two-column layout. The default CSS goes up to four-column, div.dt-button-collection.four-column { width: 600px; padding-bottom: 1px; -webkit-column-count: 4; -moz-column-count: 4; -ms-column-count: 4; -o-column-count: 4; column-count: 4; } You could modify this with your own that would then take it to six-column, which would provide the layout you want. See this example, this is a rough horizontal listing, but it shows what can be done. Cheers, Colin
- 2nd Feb 2018How to add columns dynamically to Datatables??This question gets asked quite often so I created this example: http://live.datatables.net/fafuyeyu/55/edit The is only a table tag created. It uses columns.title to set the column title. It builds the columns.data from the keys returned in the first JSON object. However you could have your server script return this info. Kevin
- 26th Jan 2018[Issue] orderCellsTop is true, columns api does not workMaybe you can provide a test case showing the issue? Kevin
- 23rd Jan 2018How to sort date time columns || Como ordenar la columna por fecha y diaYes, u have reason. Thank you very much for the information.
- 19th Jan 2018Does editor work with nonstandard named id columns in database.Disregard, Reread the docs and it does. Thanks
- 18th Jan 2018Error when attempting to sort table columnsThanks Allan. That was it!
- 18th Jan 2018how delete columns of my button printIts great ! @kthorngren ty bro
- 4th Jan 2018reordering columns breaks keyboard based sortingFix committed here. The nightly version will carry this change in the next 5 minutes or so. Allan