Single row select with data loaded from server
Single row select with data loaded from server
I'd like to click on the rows and open a new page based on the row id (a hidden column) that was clicked on. I've noticed that you can not use the selector $('#example tbody tr') when data is loaded using AJAX, because the tr's (or td's for that matter) don't exist yet. I think I can set a post-draw callback function to accommodate this case, but I don't know what to put in the callback function, since it is called once after drawing, instead of anytime there is a click.
Thanks for a great, free component!
Thanks for a great, free component!
This discussion has been closed.
Replies