Search
3076 results 121-130
Forum
- 10th Apr 2017Too long data, too long loading timeFAQs. (menu on left sidebar). Q. DataTables is running slow. How can I speed it up?
- 12th Dec 2016When dynamically adding data using row.add the page freezes and takes a long time to loadAdding while in the loop was the issue.
- 29th Apr 2016Long life to DataTable and Allan !Haha - thanks :-)
- 15th Jan 2016datatables loads data long timedeferRender might be a solution. Switching to serverSide would be a solution. Are you 100% sure that it's loading dataTables that is taking the time? Or is writing the json response taking time? Have you recorded programmatically the time that it takes to open the database and read through all the records? Your data appears to be a customer type list and with 12000+ records are you inner joining and missing indexes in the database?
- 11th Jun 2015Long polling ajax requests with DataTablesNice one - thanks for sharing your code with us! Allan
- 2nd Oct 2014How to use datetime picker in Editor when "name" is actually a Integer (long)Sure - allan @ this-domain.net will get to me. Allan
- 9th Jul 2014Repeated invalidation causes long data processingNo it is not in the release version. I will be in 1.10.1 when it is released (soon). Allan
- 9th Jan 2014Freezing columns breaks header hight alignment due to long header namesSorry, but we need a test case as stated in the forum rules. This is to give us at least a chance since otherwise we are just guessing and taking up everybody's time. Allan
- 28th Nov 2013Prevent long number from being displayed in Scientific NotationThis worked: [code] for (i = 0; i < records.length; i++) { for (j in records[i]) { cellValue = records[i][j]; if (cellValue) { if(!isNaN(cellValue)){ records[i][j] = Number(cellValue).toPrecision(); } } } } [/code] Then pass records in datatable like this : "aaData": records
- 29th May 2013Big table data width problem and data long time to build (used FixedColumns-2.0.3)Scroll bar away due to my "sScrollY": "300px" position. I have changed and it work fine. Now following problem is existing How to off search filter (can disappear by using the jquery ) how to disable the message showing entries ( can disappear by jquery) Give extra line in fixed header column