Scrollable Tables
I can take a table of data, create a new table with a scroll bar and bring it each line using offset from the original table.
The issue is if I turn on the table total column at the bottom and use count, count only returns the rows that can be seen in the scrollable window which is 20. But there are 100 rows of data in it, I need to figure out how to get count to return 100.
Any ideas?
I can take a table of data, create a new table with a scroll bar and bring it each line using offset from the original table. The issue is if I turn on the table total column at the bottom and use count, count only returns the rows that can be seen in the scrollable window which is 20. But there are 100 rows of data in it, I need to figure out how to get count to return 100. Any ideas? Read More