Search
23432 results 2761-2770
Forum
- 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
- 28th Dec 2017Set columns widthHappy to take a look at a test case showing the issue. My guess is that the content in that column doesn't fit into 150px, but without a test case it is impossible to say. Allan
- 4th Dec 2017Showing/hiding columns with Bootstrap css shrinks table width continouslyYou can use either style="width:100%" (which is HTML5 compliant) or width="100%" which is legacy HTML. Both will work with DataTables. The reason for the need of these is that I've found it virtually impossible to get a percentage values from a stylesheet directly - we need to get it from the element. DataTables then uses that to make sure that the table is 100% width. Regards, Allan
- 17th Nov 2017Scrolling with fixed columns on iPadUsing both FixedHeader and FixedColumns is not supported in the same table. The compatibility matrix shows they aren't compatible. Kevin
- 9th Nov 2017Html5 Pdf button printing slang characters for jstl tags inside columns of dataTableThis is how Buttons strips the tags so anything which is inside <> no matter what the tag is should be removed. If that isn't happening, I would indeed need a test case. Regards, Allan