jQuery Datatable dynamic edit button attached to each row
Posted
by will
on Stack Overflow
See other posts from Stack Overflow
or by will
Published on 2010-04-09T23:21:33Z
Indexed on
2010/04/09
23:23 UTC
Read the original article
Hit count: 1415
totally new to jquery and datatable. I would like to add an edit button that call forth a colorbox div that displays all the editable field. can anyone point me in the right direction on how this can be achieved?
I was able to add a sClass to each field and use fnDrawCallback callback to call colorbox from field. But this is kind of messy and I rather just have a button at the end of each row for edit purpose. thanks very much for any pointers.
© Stack Overflow or respective owner