nischal
nischal

Reputation: 101

dynamically print the table rows

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?

Upvotes: 0

Views: 186

Answers (1)

Jigar Joshi
Jigar Joshi

Reputation: 240900

There are many javascript library available for it, See datatables (javascript library)

Check for display tag library (server side library)

The display tag library is an open source suite of custom tags that provide high-level web presentation patterns which will work in an MVC model. The library provides a significant amount of functionality while still being easy to use.

Upvotes: 2

Related Questions