Search
3647 results 1531-1540
Forum
- 27th May 2016Columns resize in fixed header sort operationelements, including the table cells. Unfortunately I've found that
- 26th May 2016Jquery .change() event not firing for hidden paginationYes, but you'd need to use a loop to do that - cells().every() might be the most appropriate here. Use a selector that will get the cells you need (i.e. table.cells( null, 7 ).every( ... );. Allan
- 25th May 2016Bug - column width too large when using Bootstrap tabs with table-layout:fixedthe th and td cells to make the column
- 23rd May 2016continuous font size control like in Exceldoesn't seem to change the table size Do you want to double the table size as well? If so, define the padding on the cells using em units rather than px since em is relative to the font-size. Allan
- 21st May 2016URGENT: New to DataTables and trying to make sense of few conceptsDon't get me wrong, I like what DataTables does. But I am bummed at this limitation. Can't understand why just this limitation! In the solution you offer, it does not allow editing of table cells, right?
- 6th May 2016Ellipsis to truncate fails in Editor.data. The non editable cells are behaving as expected
- 4th May 2016How to modify CSS of Header in export files? Also How to add empty row after Header in Export?by XSLX to format cells. Likewise, it is not
- 2nd May 2016Including detail rows in KeyTablenavigation for the table's cells. The problem with providing
- 28th Apr 2016new i18n function does not exists in jquery.datatables.js file... why?want padding around the cells, then just add padding
- 27th Apr 2016Multi-rows FooterThere are no td cells in your footer - they are th cells :-). If you just change the selectors on lines 10-12 in the above code they should work as expected. Allan