Search
-
Django: Datatables slow in production
by colin ·This section of the FAQ should help, it discusses various techniques to improve performance. That said, 750 records should be fast, so it would be worth looking at the Django end of things. -
Loading super slow
by colin ·You just need to add the ajax into the list of options, so something like: -
Make a value clickable
by hercross ·Hi, I'm using Datatables. I get a values with AJAX, and show it. One of this fields are telephone number, and I'd like to make it clickable. -
Thousand seperator not working
by kthorngren ·what is the data 'price' referring to? -
Is Datatable Editor PHP 8.0 compatible ?
by imarder ·Hello, further to this, I ran up a PHP 8.1.1 and got problems into the JSON where my DB date and date time fields default to NULL -
How do I reorder row groups to be at the bottom of the table?
by kthorngren ·Here is the code in case you still can't open the link: -
How to style custom column search ?
by kthorngren ·I added some classnames to the th in HTMl and updated the selector to include the class: $('#example tfoot th.text-search'). -
want to put the focus and edit the first cell of my dynamic table
by jogugil ·this is the code correct: -
Loading super slow
by satyriasis ·Can someone suggest me how to include code for ajax into my code? -
Loading super slow
by satyriasis ·Can you please explain which one of these is best option for me? Also, how to add it to the code here?``` -
want to put the focus and edit the first cell of my dynamic table
by jogugil ·thanks, but not put the focus in cell 0. -
SearchBuilder Crashes if you use equals condition on large data set
by desperado ·@sandy Thanks, that makes sense. I wonder why my machine is so slow -
want to put the focus and edit the first cell of my dynamic table
by jogugil ·Link to test case: -
where are the historic blog posts?
by louking ·Hmm, now https://datatables.net/blog/2019-01-11 is working for me. No I think it wasn't blocked. I'm pretty sure it was giving the 404 error displayed on a page from the datatables.net site. -
How do you adjust column alignment for individual columns (pdfmake)?
by stycode7 ·Hi, I'm using pdfmake with datatables, and I want to adjust data column alignments individually. For example, make column 1 be 'left' and column 2 be 'center'. Looking through the pdfmake documentati… -
Row selecting based on the row index of the data source after rowGroup
by kthorngren ·"table.row('#' + my_id).select();", it poped up the error saying that "table.row(...).select is not a function" -
Row selecting based on the row index of the data source after rowGroup
by nathan1812 ·Hi Kevin, -
How to style custom column search ?
by uTrx ·// this is css style to set footer on top .dataTables_scroll{position:relative} .dataTables_scrollHead{margin-bottom:45px;} .dataTables_scrollFoot{position:absolute; top:50px}… -
Thousand seperator not working
by miltont ·Thanks Kevin, -
Add Row to a Specific Table Location
by kthorngren ·I would look at using the Child row details functionality. This example, using the return $('......').toArray(); technique from this thread shows how you can open the child row and display the same d…