How I Get a Action from Responsive Render?
How I Get a Action from Responsive Render?
thun_an
Posts: 8Questions: 1Answers: 0
in DataTables
In my datatables there are some columns. With that it became responsive. By clicking on the "+" I render and create a button. I would like to know how do I get the action of this button.
JS:
Answers
http://live.datatables.net/rubezevo/1/edit
Please don't post duplicates as it causes more work and confusion. I answered your question in one of your other threads.
Here is the answer I posted:
Use jQuery delegated events. Something like this:
http://live.datatables.net/bedesene/1/edit
Kevin