return count of table?
return count of table?
mihomes
Posts: 165Questions: 23Answers: 0
I'm sure this a stupid question, but what is the easiest way to return the length (number of rows) in the table at any given time? I want apply a condition for empty / !empty as well as pass the value in an ajax post.
This discussion has been closed.
Replies
Allan
Allan,
I just realized this only returns the count on the current page (using server-side)... what about the entire results count.
Showing 1 to 10 of 12 entries
Would return length as 10 because I am only showing 10 results on the page... how can I return 12?