My SQL query returns total record found, and data to be displayed, but not all data, only 10 records (adjusting pagesize on table tag).
But when I set length attribute to total record found, such as 200, why the table tag ignore it ? It just display 1 page... any workaround this ?
Log in to post a comment.
My SQL query returns total record found, and
data to be displayed, but not all data, only 10
records (adjusting pagesize on table tag).
But when I set length attribute to total record found,
such as 200, why the table tag ignore it ?
It just display 1 page... any workaround this ?