FooTable icon indicating copy to clipboard operation
FooTable copied to clipboard

jQuery plugin to make HTML tables responsive

Results 101 FooTable issues
Sort by recently updated
recently updated
newest added

Hi, First of all congratulations for this great tool that is FooTable. I implemented FooTable on a theme using Boostrap 4 and FontAwesome 5 in "SVG & JS" mode. The...

I have a website with several tables. Each table should show a certain number of columns (for desktop view) and the remaining columns should be displayed by toggling. So how...

Using a variation of this example with a multi-select and exact match = true, filter returns non-exact results. http://fooplugins.github.io/FooTable/docs/examples/advanced/custom-filter-ui.html ` $('#filter_by_a').on('change', function(){ filtering.addFilter('a_diameter', $(this).val, ['a_diameter']); filtering.filter(); });` `` ![screen shot...

In case of append, with jQuery 3.x, footable makes a rewrite in existent rows. I fixed this editing these lines: ``` load: function(data, append){ var self = this, rows =...

Hi there, we are currently working on a project where we'd like to have an additional icon with an href to link to another page right after the sorting icons....

Hello. I am using footable.core.js, * @version 3.1.6 I turned off pagination so I can implement an "infinite scroll" by dynamically loading rows once the user reaches the bottom of...

Also have this error since upgrading to jQuery3 from jQuery2 _Originally posted by @jahrralf in https://github.com/fooplugins/FooTable/issues/790#issuecomment-458888473_

Hi, I wanted to do a search which should be accent insensitive i.e if i search with 'é' it should display all the values which has a normal 'e' character...

Hi, I am using FooTable Standalone Version 3.0.10 The classes and data on a `td` element remain, but they are striped from `th` elements. Is this expected behavior or a...