fooplugins / FooTable

jQuery plugin to make HTML tables responsive
https://fooplugins.com/plugins/footable-jquery/
Other
2.13k stars 637 forks source link

raise an event when adding a row #796

Open achchu93 opened 6 years ago

achchu93 commented 6 years ago

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!