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
0
votes
0 answers

Infinite scroll table w/sorting and filtering

I want to implement an infinite scroll table, that loads chunks of data at a time, I'd like to be able to sort it (the whole table, not just the visible rows) as well as filtering it. To do so I tried Footables plugin, but I can't really achieve…
ruuux93
  • 122
  • 2
  • 3
  • 9
0
votes
1 answer

FooTable is undefined error

I am trying to build a fooTable where my table head declarations is on another form and html row fields are on another form. Here is the design, pro form …
Ris
  • 1,152
  • 7
  • 29
  • 63
0
votes
1 answer

Cannot define Row Class to Footable

I'm using jQuery Footable V3 and trying to using the class="" attribute to but when the table is initialized the class attr desappear Here is my example
Martin Varta
  • 766
  • 1
  • 7
  • 10
0
votes
1 answer

Footable.js is Not resizing Asp.net gridView if accordion Tab is collapsed

I have Gridview in panel collapsed.Footable.js is not re-sizing my gridview for the first time . Here is my Head section.
Akash
  • 125
  • 1
  • 3
  • 14
0
votes
2 answers

Footable V3: Dynamic page size

I'm using Footable V3 (version 3.0.1) with the paging functionality and would like to provide my user's the ability to modify items per page dynamically. I've tried two methods to accomplish this but neither has worked: 1) I tried passing a new page…
Joe
  • 21
  • 6
0
votes
1 answer

Creating a responsive table using Bootstrap & Footable

I am creating a table which has 5 columns in Bootstrap. Too make it responsive I have used footable theme. However, if one of the contents of my column is too large, the column becomes extremely large & the table out of proportion. What is the best…
user1692342
  • 5,007
  • 11
  • 69
  • 128
0
votes
1 answer

Using footable in Ruby on Rails 4

How do I include footable in Ruby on Rails 4? In my Gemfile I added gem 'foo_table-rails' I did a bundle install after that. In my application.js I wrote: //= require footable.core In application.scss I wrote: //= require footable.core I have tried…
user1692342
  • 5,007
  • 11
  • 69
  • 128
0
votes
1 answer

FooTable doesn't work in ruby on rails project

I'm trying to using FooTable in a ruby on rails project (I've never used FooTable before) but I can't make it work. I've inserted gem 'footable-on-rails' in my gemfile (and ran bundle install) I've inserted footable.js in…
splunk
  • 6,435
  • 17
  • 58
  • 105
0
votes
1 answer

Using the FooTable plugin with the ASP.NET DataGrid

I am currently redesigning an application for the company I work for. All the data is displayed through a DataGrid, which is fine, except for when I try to incorporate a JQuery library called "Footable" to make all the grids collapse when on a…
Johnn5er
  • 97
  • 4
  • 15
0
votes
2 answers

FooTable + ASP.NET Gridview

I'm trying to get footable working with my asp.net gridview. I have followed every ASP.NET guide on the internet for footable and nothing seems to work. Gridview ASP Markup
TobusBoulton
  • 181
  • 1
  • 14
0
votes
1 answer

Footable doSort not working at all

I'm using footable version 2.0.3. When I'm trying to sort manually with... $('.footable').data('footable-sort').doSort(4, true) ... I get the following error: Uncaught TypeError: Cannot read property 'sort' of undefined at Sort.p.doSort…
CelinHC
  • 1,857
  • 2
  • 27
  • 36
0
votes
0 answers

footable together with angularjs

I have a footable on a page, it is filled with a ng-repeat, the angular directive which initializes the footable also takes care that whenever there's new data it should redraw the footable: Directive code: [...] .directive('footable', [function ()…
Ignasi
  • 732
  • 4
  • 23
0
votes
2 answers

Why unstyled table is displayed for a second before footable styling is applied?

I am displaying a table with 100 rows retrieved from web service call. Then i am calling $(".footable").footable(); But on every page, the unstyled table is flickering before the styling is getting applied. Please help me in resolving this issue.
Lini Susan V
  • 1,135
  • 1
  • 8
  • 25
0
votes
3 answers

footable scripts don't work for GridView in updatepanel after partial postback

I am utilizing the footable (V2) scripts/CSS for an ASP.Net GridView (ASP.NET 4.5) in a webforms application to make the table responsive (resize and hide appropriate columns for different devices). I would like the GridView to be inside an…
MC9000
  • 2,076
  • 7
  • 45
  • 80
0
votes
1 answer

Stopping a row from being sorted via the sorting plugin

I have data in a footable table. The first row (tr) has averages for each row underneath. Example: | Name | Number | -------------------- | Average | 4.5 | | Jim | 5.0 | | Sam | 4.0 | The average row shouldn't be sorted, is…
Allyl Isocyanate
  • 13,306
  • 17
  • 79
  • 130