Search
5749 results 421-430
Forum
- 8th Sep 2010Paging customization when there is no total records countHi, I'm looking to replace a our home cooked data tables implementation with DataTables, but have an issue that we need to solve. As we can have very large result sets, it will be a server side backed table, where the server handles filtering, sorting and pagination. The presented table should have a four button setup, where you can move to First, Next, Previous and Last pages. I've seen the four button plugin to change the display to contains those 4 buttons. Now the problem with DataTables integration: We have a service layer that returns result pages from a database. Apart from the data, the response includes two booleans: is there page prior to the returned page ? is there a page after the returned page? What we don't get back, however, is a total records count, which the current server side code assumes, i.e., the iTotalRecords return value. The expected behaviour of the pagnination buttons in the table should be that First/Last are always enabled. Wheter Next/Prev are enabled should depende on the return booleans in the result set? What would be a good way to integrate our service layer with DataTables? Could it be handled by a plugin or would it require additional changes? Thanks, Filip
- 12th Apr 2026v3 beta - header width while mounting Vue components in cellI can confirm it is only happening with server-side enabled. Also re your first paragraph - paging was also enabled, I am using both.
- 31st Mar 2026Force column width with dataTables 2.3.7don't jump around when paging. It uses a few
- 25th Mar 2026Row().Node() null for pages that have not been browsed toexception of the following....when paging is enabled if the
- 19th Mar 2026Column search value on setexportable" } } ] } ] } ], "bottomStart": "info", "bottomEnd": "paging" }, "rowId": "id", "processing": true,
- 23rd Feb 2026Is there a more succinct layout?You are setting the info, search, paging and pageLength with empty objects. You could just define them as strings if you aren't applying non-default settings for them. For example: top: [ 'info', 'search', 'paging' ], Is this what you are asking? Kevin
- 17th Feb 2026Sorting does not work when using scollYjQueryUI": true, "iDeferLoading": 0, "pagingType": "simple_numbers", "pageLength": -1, "autoWidth": false, "paging": false, "info": false, "searching":
- 16th Feb 2026CSV Button Errorcsv'] }, bottomStart: 'info', bottomEnd: 'paging' }, processing: true, serverSide: true,
- 28th Jan 2026rowReorder used in nested edit throws errortargets: [0,1], orderable: false }, ], paging: false, scrollY: 300, scrollCollapse:
- 13th Jan 2026I can't get 'row-reorder' to fire.info: false, ordering: false, paging: false, columns: [ { title: "Action",