Questions tagged [footable]

FooTable is a jQuery plugin for wordpress for styling HTML tables on smaller devices.

FooTable is a jQuery plugin for wordpress that aims to make HTML tables on smaller devices look awesome – No matter how many columns of data you may have in them.

Have you ever wanted to show a lot of data in a table, but hate how badly it scales on smaller mobile devices? The FooTable jQuery plugin solves this problem by allowing you to hide certain columns on smaller devices, but still allowing the user to expand each row to see the columns that were hidden.

Link: http://fooplugins.com/plugins/footable-jquery/

237 questions
2
votes
2 answers

footable pagination not working properly using slim

I am using footable for an index page,I am using slim intead of html,but when I click on sorting icon in footable the pagination numbers increasing abrupty. wrapper.wrapper-content.animated.fadeInRight .row .col-lg-12 …
2
votes
1 answer

Footable triggers not working when trying to resize table after ajax call

I'm using footable tables throughout a website I am creating and up until now it's mainly been plain sailing however I've come unstuck when adding server side pagining to a table. Basically I am getting data via an ajax call, when the page first…
Gary Green
  • 87
  • 2
  • 9
2
votes
2 answers

Footable V3 Ajax Data Loading: Error: No Columns Supplied

I'm having trouble getting the footable V3 ajax data loading to work. I'm currently using v3.0.1 and trying to implement the example exactly as specified here: http://fooplugins.github.io/FooTable/docs/examples/advanced/ajax.html I have created the…
Joe
  • 21
  • 6
2
votes
1 answer

Footables column sorting is duplicating rows in table, Why?

I am adding footables to a table but the table has to have a tbody for each row. This is because I am adding footable sorting and filtering to an existing system that generates the html this way. It seems to be causing the column sorting at the to…
user794846
  • 1,881
  • 5
  • 29
  • 72
2
votes
0 answers

Issue with X-editable when used with Footable compact view

I hope that somebody can help. I've got an issue whereby I've got an x-editable link on a footable which works when used on a desktop browser, but not on a mobile device. This can be replicated by simply reducing the width of the browser, as…
bb464
  • 43
  • 1
  • 6
2
votes
1 answer

Multiple footable initialization inside bootstrap tab works only for one table

I have 2 tables in each tab in bootstrap tab with hidden divs active when tab is clicked. The default tab works fine. But the rest of the tab behaves absurd. I tried following code:- $('#tradeswith').on( 'shown.bs.tab', function () { …
bor
  • 2,211
  • 4
  • 22
  • 37
2
votes
1 answer

Footable expand all rows

I'm using footable (http://fooplugins.com/footable-demos/) and I would like to auto-expand all rows when the screen is resized to mobile screen size. Any ideas how to achieve this?
user2667042
  • 53
  • 1
  • 8
2
votes
1 answer

Footable Filtering Rows - Getting Count of Results

Is there a way to get the footable results of the filter function, such as number of rows showing?
jallen
  • 602
  • 12
  • 32
2
votes
2 answers

Specify what column triggers data-toggle event

I want to be able to specify what column triggers the data-toggle event so I can have other columns respond to a different event with out toggling the data. Here's a plunk that will show what I'm seeing: http://plnkr.co/edit/wqyuuqNfb6qxXBWyHoRo All…
Jeff
  • 2,728
  • 3
  • 24
  • 41
2
votes
1 answer

How to refresh Footable that is bound with Knockout?

I have created a plunk that demostrates my issue: http://plnkr.co/edit/2UMTW2p0UAWPzJ0d0m5F?p=info I have a table that is bound using the Knockout.js ForEach. Calling the .footable() initializer doesn't work by calling it in the normal location. I…
Jeff
  • 2,728
  • 3
  • 24
  • 41
2
votes
1 answer

Overspill of hidden table column affecting the footable column hides

I have the following jQuery footable plugin table:
Name
Jay
  • 3,012
  • 14
  • 48
  • 99
2
votes
2 answers

Sorting of footable column of integers rendering unexpected results due to string sort

I am using footable.js plugin to sort a table in my MVC application. On clicking the row header for a column containing integers values they are being sorted as follows: 81, 811, 776, 700, 70 Is there anything I can do to this library that would…
Jay
  • 3,012
  • 14
  • 48
  • 99
2
votes
2 answers

Is there any other way to make table responsive which is created by using datatables Jquery plugin?

I want to make my table responsive for mobile and web .i am using datatables jquery 1.8 plugin for my tables.i have seen the Foo table script make that responsive by using hide/show machnisam .is there any option to make table responsive without…
Usman Hayat Khan
  • 196
  • 1
  • 3
  • 14
2
votes
1 answer

Footable not loading

I am using the Footable plug-in.It shows an error in console: "TypeError: Cannot read property 'sort' of undefined". I have used following steps, Added gem 'footable-rails' in GemFile In Application.css: *= require_self *= require datepicker *=…
user2310209
  • 992
  • 1
  • 12
  • 27
1
vote
1 answer

Footable, dropdown filter

I am following the guidelines for creating a dropdown filter, [https://fooplugins.github.io/FooTable/docs/examples/advanced/filter-dropdown.html][1] I made a stupid table:
arfry
  • 21
  • 4
1 2
3
15 16