how can i easily retrieve data from another table when click on a cell
how can i easily retrieve data from another table when click on a cell
robertviruss
Posts: 2Questions: 0Answers: 0
how can i easily retrieve data from another table when click on a cell where the condition is the data of the cell i clicked?
the data i retrieved it will be displayed in a jquery ui popup when click that cell
any help or guidance is welcomed!
This discussion has been closed.
Replies
You would need to use the API. Probably the
rows().data()
method would be the best starting point. Alsocell().data()
to get the data for the cell that was clicked on.Allan
resolved thx Allan !!!
working code bellow
code js:
php code