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

Here is my javascript.Only Footable is working but datepicker and Bootstrap tooltip js is not applied I want to use all of them in same page. $(document).ready(function () { $('[data-toggle="tooltip"]').tooltip();...

Trying to solve this warning `"Each child in a list should have a unique "key" prop." `on a react.js app, found out that the dinamically generation of the li buttons...

hi all, when I am in rowupdating event and get the object from templatefield, some of the textbox should be x but it show me x,x and dropdownlist it refresh...

Can anyone show me an example of how to redraw/reload a table with Footable V3 after changing data in that table.

I tested it with only 100 lines. The rows load (rendering) is significantly slower. And paging and searching are also slow. I changed the jQuery library to version 2.x and...

When I define data-type="number" the comma is removed from the thousands separator in the output. Trying to figure out how to have the comma included.

When the `value` has no decimal part, `s.length` is 1 and `thousandSeparator` is not applied. The `s.length == 2` check is excessive here, as well as the `s[0].length > 3`....

I have rows with cells with "&" into the text like for example "K&Q" If I search exactly "K&Q" results are zero. If I search "K & Q" i got...

Hi i followed your tutorial on http://fooplugins.github.io/FooTable/docs/examples/advanced/filter-dropdown.html for filtering with a dropdown, that worked well. My question is how can apply a 2nd filter to .footable Something like below (even...