how to make ajax call and new data rendering in model on cell click in datatable
how to make ajax call and new data rendering in model on cell click in datatable
GE Power
Posts: 10Questions: 2Answers: 0
On click on row cell in datatable, how to make ajax call and use ajax response data to show as table in model.
Please suggest
This discussion has been closed.
Replies
You can listen for the
select
event to know when a row has been selected. You would then make your Ajax request as with any other normal Ajax request and use the API of whatever modal library you are using to show the modal.Allan