FooTable
FooTable copied to clipboard
How to Change the No Result Error Message in Footable Table??
var defaults = { paginate: true, pageSize: 25, pageNavigation: '.pagination', pageNavigationSize: 5, // mention the number how many page numbers you want to display. firstText: '«', previousText: '‹', nextText: '›', lastText: '»', limitNavigation: 0, limitPreviousText: '...', limitNextText: '...' }; $('#demo-foo-row-toggler').footable(); $('#demo-foo-search').on('input', function(e) { e.preventDefault(); filtering.trigger('footable_filter', { filter: $(this).val() }); });
On the getting started page of the documentation. Under general options.
https://fooplugins.github.io/FooTable/docs/getting-started.html#empty