You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a table with added some new actions to editing column. I am modifying the button group on table initializing and adding my new buttons to it with click event bound. it is fine when initializing the table. but when i insert a new row after ajax call i cannot modify the editing column. i can set jquery "on click" event for buttons. but one of the button is an anchor tag. so that button link cant be modified. so it is best if you can raise an event before adding the row. then i can play with the row object and modify it.
or another way is before you create editing column if you can raise an event also fine. i hope a best solution for this.
thanks!
The text was updated successfully, but these errors were encountered:
I have a table with added some new actions to editing column. I am modifying the button group on table initializing and adding my new buttons to it with click event bound. it is fine when initializing the table. but when i insert a new row after ajax call i cannot modify the editing column. i can set jquery "on click" event for buttons. but one of the button is an anchor tag. so that button link cant be modified. so it is best if you can raise an event before adding the row. then i can play with the row object and modify it.
or another way is before you create editing column if you can raise an event also fine. i hope a best solution for this.
thanks!
The text was updated successfully, but these errors were encountered: