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
15
votes
2 answers

Reload data from sql footable

i am using a footable and i need to reload it on a button click but without appending html to the table, i need to reload it from sql as it is filled the first time, is that possible i have tried to realod the div $("#BusList").load(location.href +…
User7291
  • 1,095
  • 3
  • 29
  • 71
10
votes
3 answers

Footable along with Angular.js

I m trying to use footable(http://themergency.com/footable-demo/responsive-container.htm) along with angular.js. As the window size is reduced, Column 3, 4, 5 are only shown when plus sign is clicked. Angular.js provides filtering capabilities, so…
Hemal
  • 265
  • 1
  • 7
  • 17
8
votes
3 answers

Issue in footable while adding dynamic data

I need a little help in jQuery Mobile Foo Table. I am adding data dynamically in a table. HTML:
MysticMagicϡ
  • 28,593
  • 16
  • 73
  • 124
5
votes
1 answer

Resetting Pagination on Footable reload or redraw

I'm currently working on a web application that will display data in tables. For part of this application, we're listing the current status of certain applications. If you click on one of the applications in the table, an ajax call grabs the…
Kendra
  • 769
  • 1
  • 20
  • 34
5
votes
1 answer

Footable Filter on Specific Column

So far I'm loving Footable! I have followed the sorting and filtering demo and it is working on my local system. (Footable Demos) One thing that I have come across is: When using a dropdown to trigger the filter it takes the text value of the drop…
Jeff
  • 2,728
  • 3
  • 24
  • 41
4
votes
1 answer

Increase width of filter search on FooTable Plugin

I've been looking all over and can't seem to find/figure out how to make the 'data-filter' search box any bigger. I would like to make it wider while still remaining its responsiveness to window resizing, is this possible? I've tried…
cdouble.bhuck
  • 507
  • 1
  • 5
  • 19
4
votes
1 answer

FooTable Version 3, Add Link

I am moving from version 2 of Footable to version 3. In version 2, you could add a hyperlink (that would be caught) by using something like... Select However, in version 3 the link fails to fire - almost like it isn't there. Any suggestions/help…
Gfw
  • 669
  • 8
  • 18
4
votes
3 answers

Why is Footable pagination not rendering properly?

I'm trying to implement Footable, a JQuery plugin used to make tables responsive. There is an add-on for Footable to add pagination. [Demo] And (http://fooplugins.com/footable/demos/paging.htm) for using the pagination add-on. I tried following this…
Sonicdeadlock
  • 88
  • 2
  • 9
3
votes
0 answers

Access an array within a class using Javascript

I'm fairly new to Javascript trying to access some data from a table I've created using footable. It should be simple but I can't seem to get it to work. So far I can drill down to the table's rows using table.rows, which is returns a class. Within…
blountdj
  • 599
  • 1
  • 11
  • 23
3
votes
1 answer

Sorting Footable rows by Date Column (gg/mm/aaaa)

I'm using footable library for showing table. Each row has a Date column, I would like to sort this table by the Date column (on column header click).
SRN
3
votes
0 answers

ng-click in footable responsive cell

I am using footable for responsive table in Mobile devices. In following code my ng-click when click on count function call works perfect in desktop,But in mobile cell ng-click doesn't work.
Gitaram Kanawade
  • 341
  • 1
  • 4
  • 19
3
votes
1 answer

How to initialize the filter of a table just after the loading of the page

I use the excellent plugin "footable" to order and filter my tables. But in some cases, my page must be initialized with a certain filter. For example, my URL is: myurl/mypage/19 On the server side I get the '19' and send it to the view. Into the…
Dom
  • 2,984
  • 3
  • 34
  • 64
3
votes
0 answers

Toggle show/hide columns in fooTable

I am trying to hide couple of columns based on drop down selection.Tried all the possibilities but nothing working out for me. Here is my source, My fooTable HTML,
Ris
  • 1,152
  • 7
  • 29
  • 63
3
votes
1 answer

How to populate new rows to Footable with use Ajax and footable_redraw

I'm trying to add records that's come from Ajax as respond. My codes are the following; Ps: I can see ajax response with alert command properly. Html codes
efkan
  • 12,991
  • 6
  • 73
  • 106
3
votes
1 answer

How to make footable pagination work with asp.net gridview?

Footable is a plugin for jQuery responsive data tables, when I tried to use it together with asp.net GridView component, I had a problem to attach the pagination plugin to the bottom of the table. Footable tutorial says to add a custom div to the…
Felipe Carminati
  • 297
  • 1
  • 5
  • 16
1
2 3
15 16