Search
43747 results 6921-6930
Forum
- 9th Jul 2015Bug: Show Entries does not refresh the table rows and paginationWhen I updated my Datatables version from 1.9.x to 1.10.2, the problem disappeared.
- 5th Jul 2015Table header not centeredHi, Yes. I was referring to the row with the bolded texts. I tried <thead style="text-align:center"> and also <th style="text-align:center"> for all the header cell but nothing changes....
- 2nd Jul 2015I want a table to populate with certain rows supressedI would suggest using a column search - column().search() for example. Use a regular expression to make it search for not Hidden. Allan
- 29th Jun 2015Date Sorting issue: saved db field as YYYY-MM-DD; need table display and sort as DD-MM-YYYYYeah! So simple... thank you!
- 19th Jun 2015How can I add an sPDFMessage like functionality to my export in Excel/CSV Table Tool Buttons ?There is no option to do this at the moment as the title and message wouldn't really make any sense in the CSV file structure (i.e. they would invalidate the CSV rows, since they are not themselves in the same structure as the rest of the file). Allan
- 17th Jun 2015Pre-selecting the hidden / paginated table rowsIt appears that the checkboxes in paginated records are pre-selected but the POST only considers the value from the tables that are visible at any time, not the paginated ones. Does anyone has any solution for this?
- 12th Jun 2015use rowspan in table BodyNo, sorry. That is a feature that is unlikely to be added any time soon due to the additional complexity it would add. Allan
- 11th Jun 2015i develop a mvc razor project i want to display data table in my view so i got error likeYes, but still this error occurred
- 2nd Jun 2015After clearing the table data it not getting clear. When I add new data the old data is also mergedPlease link to a test case showing the issue, as per the forum rules. http://datatables.net/forums/discussion/12899/post-test-cases-when-asking-for-help-please-read
- 22nd May 2015select_all table tools doesn't obey filter selectorI'd forgotten about that one! Yes, that would work as well. Allan