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

Show hidden detail when clicking enter in footable

I am trying to apply some simple functionality to a footable. I have a footable were you can tab through the rows. At each row I wish to be able to click enter to expand hidden content/details for the current selected row, but I am having some…
Mohammed
  • 447
  • 1
  • 7
  • 18
0
votes
1 answer

Footable Memory Plugin

Installing this plugin. The documents say: * Disabled by default, to enable add the following section to the footable * options: * * $('#table').footable({ * memory: { * enabled: true * } * }); Where the heck is this…
Tharamis
  • 5
  • 3
0
votes
1 answer

FooTable.js Insert Row(s) with input field... unique name for array

I have a fairly large form that has has a lot of basic form inputs, nothing fancy. But the users are in locations with spotty internet so the form has to be filled out all at once and then submitted. I'm adding two sections to this form. One is a…
Tharamis
  • 5
  • 3
0
votes
0 answers

Footable sortable - checkboxes

is it possible to sort columns in the Footable which contain checkboxes, so that the checked checkboxes come to the top of the table or to the bottom? Thank you
AlesSvetina
  • 403
  • 3
  • 6
  • 19
0
votes
1 answer

Footable: attribute data-class doesn't work without data-hide

I've got a problem with the footable plugin and need a quick solution. I already opened a bugticket in the github of the plugin, but maybe I get a quicker answer here. We have many producttables with the footable plugin which are working great but…
Sabrina
  • 298
  • 1
  • 2
  • 7
0
votes
1 answer

Getting correct value of data-value in ticks or unix timestamp for fooTable

I am using the footable plugin. The demo explains that we have to specify a data-value either in ticks or the unix timestamp. I have tried both ways and the dates won't sort by date, but still by the first number. Here's what the demo…
eternal
  • 99
  • 1
  • 4
  • 13
0
votes
1 answer

Retain JSON formatting in footable

I am trying to display a string of JSON in the properly spaced out JSON format within a footable table but it just removes all white space from the JSON string. I have tried to use the pre tag and although this retains the format it does not do…
Jay
  • 3,012
  • 14
  • 48
  • 99
0
votes
2 answers

Why FooTable not callable?

I am working on a project where we are trying to implement a jQuery plugin called Footable. It works by calling the function .footable() on the table being selected by jQuery. When I tried to call this function I got a type error: undefined is not a…
Sonicdeadlock
  • 88
  • 2
  • 9
0
votes
1 answer

Passing values from one page to another and using value to filter table

I am currently passing one value from search.php to filtering.php. I am using $_GET to accomplish that. In the filtering.php page I have a table that auto filters based on a word typed in the input text box. I am passing the value in the URL like:…
Code_Ed_Student
  • 1,180
  • 6
  • 27
  • 67
0
votes
1 answer

Footable issue using select option value for filtering table

I am using Footable.js (plus all the other js files you need to make it work) and all looks great but when I use my dropdown (select option value) filter to filter the table by column 3 only 7 out of the 10 selects work. I checked spelling in all…
dreamweaver
  • 195
  • 11
0
votes
1 answer

Footable fine filtering

I have this code to have a select field filter through a Footable. It works but it's straining more results than needed. Example: "Article in National Journal" option is filtering rows with both "Article in National Journal" and "Article in…
AnaRita
  • 127
  • 1
  • 11
0
votes
0 answers

Footable and Knockout binding

I have a table that is bound using the Knockout.js ForEach.i have used footable for responsivity and more compatibility in tablet and mobile.
blue 77
  • 37
  • 9
0
votes
1 answer

Footable - client wants column width to remain constant between pages

When you have multiple pages of data in a Footable, the column width changes as you page through the data, depending on what appears in each column at any given time. This is ugly. I think my client's request means I will not have responsive tables,…
cdonner
  • 37,019
  • 22
  • 105
  • 153
0
votes
1 answer

Angular Directives return with a timeout attached?

So I am using footables in my website which is a jQuery plugin. I wrapped it in a angular directive like so: angular.module('myApp').directive("footable", function() { return { restrict: 'A', link: function(scope, element, attrs){ …
Zuriel
  • 1,848
  • 1
  • 19
  • 32
0
votes
1 answer

How to prevent events from "bubbling up" when using knockout-delegatedEvents

I am using Footable and Knockout and knockout-delegatedEvents. I have a delegated event working on a specific column on each row of the table. Footable has break points and will hide columns when the size of the screen shrinks to a certain point. …
Jeff
  • 2,728
  • 3
  • 24
  • 41
1 2 3
15
16
Service Date