Search
3076 results 91-100
Forum
- 20th Jul 2023columm.width: how will I reduce column width if the text in the cell is too longYep! As always quick and to the point!
- 10th Jul 2023dt-responsive does not work on first load, when data in column is to long:D Thank you very much. Now it works. I have no idea, why it didn't before...
- 27th Mar 2023Hi, I've been trying to fix a problem with the json of datatable for a long time, and it's that it wHello! Thanks a lot for the help, the program is now working :)
- 10th Feb 2023C# float? rounding issue with "long" numbersHi Allan, in the DB the field is real. So is a C# float, which is "translated" as real. Can I verify the executed SQL query when I update a single value in the editor?
- 8th Dec 2022Break long table rows to columnsThank you, Kevin. Good idea
- 7th Oct 2022sAjaxSource URL too longiDisplayStart is a legacy option that would have been triggered by your use of the legacy sAjaxSource parameter. draw is the parameter name now - see the docs here. If you really want to use the legacy stuff, you can do so as described here. Allan
- 11th Aug 2022Alternate for long dataRight - your first stop to speeding things up is to load the data via Ajax then. At the moment DataTables is needing to read all of the data from the DOM, which is always slow. Allan
- 4th Aug 2022DataTables.net takes very long time to load pageCan you tell me how to implement the ajax loading you mentioned? Use the ajax option as described in this doc instead of constructing the HTML yourself. Yesterday someone asked another question about using Google Sheets. They fetch the Google Sheet data using Papa Parse then populate Datatables with data. I wonder if that would help speed up the process. See this thread. Kevin
- 21st Feb 2022Prerendered table is visible and rendering Datatable takes a bit too longthank you!
- 18th Feb 2022Pagination buttons out of borders after first page or with long numberWe're happy to take a look, but as per the forum rules, please link to a test case - a test case that replicates the issue will ensure you'll get a quick and accurate response. Information on how to create a test case (if you aren't able to link to the page you are working on) is available here. Cheers, Colin