Search
5738 results 321-330
Forum
- 9th Apr 2020i have used datatables.net ;ibrary for Paging . i want to delete records by asking Yes no . How ? .Have you considered licensing Editor? That has that functionality included. Colin
- 2nd Mar 2020paging not show correct total entriesIf you're just adding the rows to the DOM, you'll need to call rows().invalidate() to tell DataTables to rescan the table. Alternatively, use row.add() to add the row to the table. If that doesn't help, as rf1234 said, we'll need to see the code - 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
- 20th Feb 2020paging type input with bstatesave : true not workingBy default, stateSave just saves the data into localStorage, and expects the table to be the same when it's reloaded. If it is changing, or if you want user specific saving, then you would need to use stateSaveCallback and stateLoadCallback to do deal with that. Colin
- 29th Nov 2019Paging option is not showing in data table.Due to column hiding buttons.We'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
- 13th Sep 2019server side JSON not pagingAh ha again. I think the issue was I wasn't properly fetching the draw param Now it's working without the increment thing.
- 19th Aug 2019How to over write the paging size for datatable with rowsGroup?The RowsGroup plugin is not apart of Datatables. I'm not familiar with how it works and how it would affect the rows. But I can see where Datatables would still count the "merged" rows as two since they are two tr in the table. You probably will need contact the developer of RowsGroup for your question. Or maybe the Datatables RowGroup extension will do what you want. Kevin
- 30th Jul 2019Info and Paging with "normal" font-weightHi kthorngren, kconrad and Colin Many thanks to each of you. @kthorngren, I had already consulted the https://datatables.net/examples/styling/bootstrap4.html link, and I opted for a radical solution, and by cleaning the code severely, I found a unclosed tag ... it only remains to hope that this is due to an unfortunate copy / paste.... Anyway, many many thanks again to each of you for your help
- 7th Jun 2019Solution Request: Table of 20 fields in vertical/column order, paging through datasetsHi @DW71 , The Select extension would be able to help achieve that. In this example here, the columns that wouldn't fit in the display are automatically shown. You can change the layout with responsive.details.renderer, see example here, and this could just make additional rows in the table to give those three rows you're after. With Responsive , you would get different results with different sized displays, but that could be managed by putting the table within a container. Hope that helps, Cheers, Colin
- 27th May 2019Checkbox uniform class not shown after datatable pagingProblem solved, wrong event name been used.
- 22nd May 2019serverside paging problem (start value = legnth value )Hi @055055 , We'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