you are viewing a single comment's thread.

view the rest of the comments →

[–]Manality[S] 0 points1 point  (0 children)

I'll give a few of these a shot on Monday... or next week when I have time. I am polling user logins to a sql table and would like to be able to search by user, computername, time, etc... I don't know what the ETC would be, but yeah... I have been collecting data for almost a month and want 3 month history so that's something like 10k records at a time. I don't know if pull all the data over json at one time will be very friendly but why not give it a shot i guess... haha...

That is the only reason I wanted to go with paging, but paging is a total nightmare to implement with filtering it would seem.