Custom button events in the additional column.

Custom button events in the additional column.

requiemosrequiemos Posts: 2Questions: 0Answers: 0
edited August 2011 in DataTables 1.8
Basing of the pipeline example i wanted to add some additional columns. Doing it before json encode echo.
[code]array_push($row, "Test");[/code]
The button column is created successfully but I wanted to bind a JQuery event to the button.
The problem is i can't.
I know it's more of a jquery problem but it related strongly to the DataTables(which btw. is awesome).
Thanks in advance

Replies

  • requiemosrequiemos Posts: 2Questions: 0Answers: 0
    Ok, crisis averted.
    I managed to bind events by doing in in the row call.
This discussion has been closed.