FooTable icon indicating copy to clipboard operation
FooTable copied to clipboard

jQuery plugin to make HTML tables responsive

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

Hello, I use paging and filtering on many large tables and have two thoughts: - There is no total count of the records that are included in the current filter/results....

Hi I have the newest standalone version installed. I included moment.js as well. I want to display the date in the following format: 20.08.18 Mysql Query: `DATE_FORMAT(dstart, '%d.%m.%y') AS dstart`...

Hi, I am using this feature on my Angular 4 project. However, it seems that Exporting data to CSV is not yet included at the documentation. I am trying to...

Hi I use footable for a mail inbox. Therefore I load the rows via AJAX and mark unread mails as bold (using an own css) on server side. On expanding...

Is there a way to have the pagination show up above and below the table, meaning in two places at once? I'm specifying my container with **data-paging-container=".mypagination"** and I'm using...

Hi I have the need to when toggle line to visible, leave all other lines hidden. It's possible? Thank you very much for the help. Leandro Teodoro

Is it possible to load new rows with rows.load() - http://fooplugins.github.io/FooTable/docs/examples/advanced/loading-rows.html So the result of the row looks like follows: ? `9180741188RAN Sharing 3G Data Flow Diagram2016-10-11 21:42:10NO AUTHOR` So...

Hello everyone, I've been working with footable for some days and I have found some things that cause some trouble to me. _I'll explain my case:_ What I'm trying to...

hi @steveush How can I get the amount of a column?

Hi I have a table with a text column in the format of a datetimestamp like: ``` 05.04.2018 19:00 09.06.2018 20:00 10.06.2018 19:00 ``` I would like to sort this...