sherwinflight

Results 3 comments of sherwinflight

That's already possible with the data-breakpoints option described here: https://fooplugins.github.io/FooTable/docs/examples/basic/hiding-columns.html

If you're referring to the flicker of the table as the original loads, just set the HTML table to display: none in your CSS. When the plug-in loads the table...

There is no "built in" delete option. It only provides the UI. You have to write or use your own custom Ajax function to actually do the deletion. Since the...