Refresh a data table with new data from current button click and current row id
Refresh a data table with new data from current button click and current row id
I have a data table which have buttons on every row, when i click on button it open another data table with specific data against that row id. i have passed row id with ajax url like url?rowid +rowid. when I click on a specific row button it display data against that id in another data table.Problem is that data remain same on every row button click. it is not changing according to the rowid. Please give me some idea how to change data every time a button is click based on rowid. Thanks