FooTable
FooTable copied to clipboard
Dynamic Paging
Hello,
I have read your documents and checked the control which is really very impressive. I am using your plugin in one of my MVC project, it is working fine and I really like it. But now the records are getting very high in volume and your plugin taking lot of time as suppose I have 100000 records, it gets all records from backend and then passed table to generate paging control.
I want some way to control paging of table. Like suppose if I am on page 1 then it only gets page 1 record, If I am on page 11 then only page 11 records retrieved from the database. I have setup page size to 50, so in this term page 1 will show first 50 records while page 11 show 11th page 50 records.
Your suggestion regarding this will be appreciate-able. I am using EntityFramework with C# and partial views.
Regards
Hi, Has someone found a solution to this? I'm having the same question.
I managed to solve it by calling .footable() to the new table returned as a partial View. As you can imagine, is no the best solution.
Thanks, in advanced.