Hi,
I want to make two HTML tables on same page. The first table is made successfully by calling DataTable instance $(#selector).DataTable() once for the table. Now on click event for each select button on the first column of this table, I want to make second table at its bottom, which takes some column values for each row clicked, passes it to the jsp page (where servlet functions are written), get back the data in json format and construct the table accordingly. the table has to be refreshed for every set of data sent with each row-click event. I tried all sort of method but unable to do so. I am sharing what I have done till now !
()
[](https://datatables.net/forums/uploads/editor/q1/1nwjgbd16rze.txt "").
(
)
As can be seen in the main JSP page, I have used all the combination of DataTable I could understand. Pls help me out.