I’ve to design a table in a web page (jsp, jquery) in which
the rows should be displayed at any number according to the user choice i.e.
if the user wants to display only 10 rows, the page should be able to display only
10 rows and if the user wants to display only 15 rows the page should display 15 rows.
how can I do it?
I’ve to design a table in a web page (jsp, jquery) in which the
Share
There are many javascript library available for it, See datatables (javascript library)
Check for display tag library (server side library)