Search
5738 results 361-370
Forum
- 31st Jul 2015How to save the new rows order while pagingHi taieb, The behavior you are describing could also be evident when your columns are not using the "data" property. i.e. "columns": [ { "data": "id" }, { "data": "firstname" }, ], instead of "columns": [ { "name": "id" }, { "name": "firstname" }, ], At least that's what fixed my behavior, which seems similar at least to what you are describing. Hope this helps,
- 21st Jul 2015Get paging info in preDrawCallback functiondataTable.draw(false): makes this work.
- 9th Feb 2015Server side processing is breaking pagingIt works Thanks Allan
- 26th Jan 2015Jquery Datatable paging not working with MVC Partial View on search button click event on main viewSounds like you want to read the documentation for ajax.data and send the extra search information using that. Allan
- 20th Oct 2014Change the paging format in the footerhttp://datatables.net/reference/option/language.info
- 30th Jul 2014iDisplayStart is empty in request.GET (def paging())it seems that iDiplsayStart doesn't exist in the GET dictionary in datatables.py
- 10th May 2014paging does not redraw siteSame issue for me. I just commented the two lines ... so far so good, but i hope there won't be any other problem related to my own fix. Anyone to say what "// Protect against out of sequence returns" means ?
- 5th May 2014Pagination -- Paging through results with page-down/page-up keys, and mousewheel scrolling?Thanks, Ronald. Your code works great.
- 3rd Apr 2014Server side paging, preformatted rowsWell that was a quick one indeed :) Thanks, I'll look into it :)
- 24th Nov 2013$_GET['iDisplayStart'] wrong on first paging with no cookie setnext step, when I add "aLengthMenu": [[5, 10, 15, 25, 50, 100 , -1], [5, 10, 15, 25, 50, 100, "All"]], "iDisplayLength" : 10, it works also. Seems as if it does not work with the LengthMenu defaults.