Getting table component properties...
Dear all,
How can I get the total rows in a table component that has been set up to display only certain rows per page? And if I add a row in such table component, normally it will add to the last row in the page, how do I get the position of the new added row in the table component? I want to enable (editing) only to the last rows, and disable the rest of the rows in that page. I want to do it via javascript if I can't do it in the server side.
thanks in advance.

