Hi All,
I am new to data tables.
I am using jsp pages to view the data's derived from the database to view in the browser. In this I am using the <display:tag> for showing the data and pagination.
Eg.
In this the dataList collects the data derived from the database. I want to use this in data tables.
Can some one explain how can i display the data in using this data tables.
Thanks in advance
Dinesh M K
I am new to data tables.
I am using jsp pages to view the data's derived from the database to view in the browser. In this I am using the <display:tag> for showing the data and pagination.
Eg.
<display:table name="dataList">
In this the dataList collects the data derived from the database. I want to use this in data tables.
Can some one explain how can i display the data in using this data tables.
Thanks in advance
Dinesh M K