FooTable icon indicating copy to clipboard operation
FooTable copied to clipboard

How to Change the No Result Error Message in Footable Table??

Open Balakumar-B opened this issue 6 years ago • 1 comments

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() }); });

Balakumar-B avatar Oct 26 '18 09:10 Balakumar-B

On the getting started page of the documentation. Under general options.

https://fooplugins.github.io/FooTable/docs/getting-started.html#empty

Stack-of-Pancakes avatar Nov 05 '18 19:11 Stack-of-Pancakes