Search
5738 results 351-360
Forum
- 3rd Jan 2017Is there anyway I can control sort and paging based on user confirmation?Hi, Not sure if I am able to answer your question, but I if user selects no in the confirmation dialog sort operation should not be performed. I have tried the following but without success. $('#exampleTable th').click(function(e) { if(!false){//consider this false from confirmation dialog e.preventDefault(); e.stopPropagation(); } }); Thanks for your response! Regards, Vin.
- 2nd Sep 2016Sum values of each row with pagingFound it. Have to use .column( 4, {'search': 'applied'} )
- 27th Jul 2016What's the best practices paging while ordering with large amount of rows?Are you using server-side processing? If not, then that might be one option as it off loads the heavy lifting to a database which has been specifically designed to sort data sets. Allan
- 11th May 2016ajax paging Where to set recordsTotalThe recordsTotal parameter is part of the JSON return from the server to a server-side processing request from DataTables. It would be set wherever you construct your JSON object in whatever server-side script you are using. Allan
- 31st Mar 2016Is paging is possible in below rype json data??? Please suggest me.....Ok thanks for your valuable feedback
- 12th Nov 2015Custom Sum Function and PagingI did figure this out. I'll post the solution in a bit.
- 11th Nov 2015Editor v1.5.2, .Net code issue - the type paging and ordering values have has changedthanks Allan!
- 2nd Oct 2015Buttons & Paging ("Show Entries" listbox)Nice. Thanks. I was using 'Brtip' instead of 'lBrtip'.
- 4th Sep 2015Rows get autoselected when pagingSolved with the new versions: http://live.datatables.net/dahuyafa/7/edit
- 18th Aug 2015How do I add paging and search to my express web appGreat - thanks for posting that! Regards, Allan