FooTable
FooTable copied to clipboard
Refresh table itself Ajax example
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