Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

raise an event when adding a row #796

Open
achchu93 opened this issue May 9, 2018 · 0 comments
Open

raise an event when adding a row #796

achchu93 opened this issue May 9, 2018 · 0 comments

Comments

@achchu93
Copy link

achchu93 commented May 9, 2018

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant