Search
23531 results 2781-2790
Forum
- 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
- 1st Nov 2017Headers as columnsThanks Allan
- 4th Oct 2017editable class not set for detail columns in responsive inline editor modeThanks Allen.
- 17th Aug 2017Fixed columns and inline editor with preSubmit looks weird (Fixed col stays same)Hi, Could you link to a test case showing the issue please? Thanks, Allan
- 11th Aug 2017Datatable Headers not aligned with columns on load until sorted or clicked on pagination buttons...Failing that, could you link to a page showing the issue please? Thanks, Allan
- 23rd Jun 2017How to sort date time columnsHi @kthorngren , Yes you are right, it is getting conflict from natural.js What can be done to have both working together?
- 31st May 2017Sum of the product of 2 columnsThanks bindrid. Beautiful. :)