FooTable icon indicating copy to clipboard operation
FooTable copied to clipboard

Refresh table itself Ajax example

Open johnnytolengo opened this issue 5 years ago • 0 comments

Hi, is there any way to refresh the table itself using the ajax example?

```
    var mytable = $('.table').footable({
	"columns": $.get('columns.json'),
	"rows": $.get('rows.json')
});
   mytable.refresh();  <<--------------- is there some function like this? 
Regards

johnnytolengo avatar Feb 04 '20 17:02 johnnytolengo