Search
43674 results 6631-6640
Forum
- 2nd Oct 2019onKey function stops working on parent table, when child table is destroyedThis was addressed in the latest 2.5.1 patch release.
- 26th Sep 2019dynamically load table without knowing how many columnsThere are some threads asking the same question such as this: https://datatables.net/forums/discussion/comment/156630/#Comment_156630 Let us know if you have any questions. Kevin
- 1st Sep 2019DataTables warning: table id={id} - Requested unknown parameter '{parameter}' for row {row-index}, cThanks it's resolved
- 31st Aug 2019need table with multiple column (column A-Z) if search, it should search the column not rowYou can use column().visible() for a single column or columns().visible() to control multiple columns. click 10 in show entries, it should show only column a -j You wouldn't be able to use the default page length input for this. You would need to create your own then use one of the above API's. Kevin
- 27th Aug 2019problem quote in tablephp 7 and magic quotes are not installed on my server. it's wordpress that forces the magic quote. as I load the file load.php in my php file before instantiating datatable the variables that arrived in POST were with magic quote. problem solved thanks allan
- 27th Aug 2019Ho to don't clear box Search when update table ?Hi @"walter.iermano@live.com" , Is this using Editor? That's not happening with the default page - see here. Cheers, Colin
- 19th Aug 2019Two rows within my table head@Colin, Thank you a billion times.
- 16th Aug 2019Disable sorting when table header is clickedHi @colin, Thanks for your response. I will look on it. Cheers, frankensteenie
- 14th Aug 2019different table length with paginationHi rozeitz, Unfortunately it is not possible to do this simply using the API methods for paging. I think you could achieve your desired results by using a custom filter function and setting up a set of buttons, one for each month. You could then just arrange the buttons as though they were for pages. Hope this helps, Sandy
- 10th Jul 2019Responsive table and column widthhttps://datatables.net/reference/option/columns.width and this: https://datatables.net/reference/api/columns.adjust()