As I am handeling a large database so I only want to load some specific entries from the database. So I use ajax to make a SQL query for some specific entries(i.e for a month). I am facing two types of problem,
i) It loads blank rows before.
ii) Only load no. of rows set by startRows parameter
I want to set startRows parameter programmatically to number of rows return by the SQL query through ajax. Secondly only loads the data rows with proper rowID not the blank ones.
For the second one(hiding blank rows) is there a way to set it programmatically in Trim Rows Plugin/Hidden Rows Plugin?
Please help!!