fooplugins / FooTable

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

convert regular table row to footable row? #874

Closed merdj closed 3 years ago

merdj commented 4 years ago

Hello everyone,

footable is very nice jquery component, now i need a help, is there a possible way to convert a regular table row to footable row? I have a situation in which I add a new button and when I press this button I capture the row where this button belong using jquery. Now I need to convert this table row to footable row.

thank you