Search
1494 results 61-70
Forum
- 1st Sep 2017Recect FF update messes up horizontal scrolling (when scrolly = a value, and scrollx = Y).No extensions, plugins, etc. Reset FF and same behaviour - also in Edge. Thanks again
- 21st Jul 2015If it has Scroll Y and Collapse it fully expands then shrinks.Hi, I'm afraid that without a test case there is little help we can offer. This doesn't sound like an issue I've come across before so I'm not immediately sure what to suggest. Allan
- 8th Mar 2014Server side info (Showing X to Y of Z entries) incorrectThanks for the test case. I don't think there is anything wrong with your server-side processing script, it looks like the state saving that is going wrong. It looks like the iStart parameter is being given as a string, and not an integer. I think this is probably because it is being sent as a plain HTTP variable which of course has no type. What I'd suggest you do is JSON.stringify the state object before sending it to the server and then using that to save and return. Then type is retained. I'll update my example to reflect this. Allan
- 1st Nov 2012Showing 1 to x of y entriesThank you. :)
- 19th Jul 2012How to display x no.of recs and load y no.of more recs when scrolled(using bScrollInfinite,etc) ?Thanks for the replies.. and it's not 5 rows exactly 15-20.. Yeah will give a try on scroller too.. Let me check and get back if any issues.. thanks a lot for the solution allan..
- 21st Jun 2012array source + infinite y scrollYup - it is a little bit annoying that issue - sorry about that. I will be looking to address that in a future version of DataTables :-). Allan
- 11th Jun 2012Scroller - Showing x to y of z items incorrectMost likely because not all rows are exactly the same height. As explained in the Scroller documentation, rows must be the same height so Scroll can perform its calculations even when rows aren't present. Allan
- 25th Apr 2012Beginner: "Showing records x to y"Am trying to enable similar functionality when drawing from a JSON source, need steering in the right direct It should just work automatically, like in this example: http://datatables.net/release-datatables/examples/data_sources/ajax.html :-) If that doesn't work for you, please link us to your test case showing the problem. Allan
- 13th Sep 2011Customizing the "Showing X to Y of Z entries"Excellent, thanks! :)
- 3rd Aug 2011Problem with horizontal scrolling mixed with infinite Y scrolling.Try increasing the display length on initialisation: http://datatables.net/ref#iDisplayLength Allan