the latest Scroller plugin does not work with small amount of data? (maybe a bug?) Sever-side
the latest Scroller plugin does not work with small amount of data? (maybe a bug?) Sever-side
I use the latest api, with the latest scroller plugin, with server side processing. It works great with large amount of data. However, I have a table with 42 records, the scroller just failed on that. It only fire the first draw! when I scroll down, it never fire a request to server.
the first draw star:0 length:9, when I scroll down, it suppose to fire draw:2 start:10 length: 54, however it failed. I test the same code with large amount of table, 1k record, it works fine. I have another table has 84 records, also failed.
Have you ever use scroller work with small table(for example 40 records)?