You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Hi, is there any way to refresh the table itself using the ajax example?
The text was updated successfully, but these errors were encountered: