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
1
vote
1 answer

How do I use jQuery ajax request for footable v3 - from a webservice?

I'm not sure why, but the footable docs only show a method of getting data from a file, but not from a webservice, so i tried all sorts of combinations for getting data returned, in json format, into the footable instance, but no luck. Their example…
MC9000
  • 2,076
  • 7
  • 45
  • 80
1
vote
1 answer

footable v3 won't display button elements in rows

I have a problem that occurs with Footable version 3 (for Bootstrap) that did not occur with version 2. Button elements show up briefly, then disappear altogether (in the HTML, only the button's text is left - the tags are removed!). Is there a way…
MC9000
  • 2,076
  • 7
  • 45
  • 80
1
vote
1 answer

Footable jquery plugin not working with asp.net Gridview and pagination

I am using Masterpage with content place holder, inside i am generating my Gridview. I am using Footable Jquery plugin in order to render it responsive. But when i use the pagination option of the Gridview i loose the footable css and js…
Adir Cohen
  • 11
  • 3
1
vote
4 answers

How do I continue do things after finish footable initialize?

I use query plugin named fooTable for my data table (http://fooplugins.github.io/FooTable/) Below is my code to initialize my datatable... jQuery(function($){ $('.table').footable({ "paging": { "size": 15 }, // "toggleColumn": "last", …
Dreams
  • 8,288
  • 10
  • 45
  • 71
1
vote
1 answer

how to use Footable row-toggler for toggling the data

Guys I am really new to this ,please help me out.I am using footable for toggling the data.But i really don't know why is it not working.Well tried the code as given in their documentation but still nothing works out.Help me out. Here is what i am…
payal_suthar
  • 355
  • 8
  • 31
1
vote
1 answer

JSON columns sorting with Footable

I am using footable to display a huge table. I am displaying the columns in json: "columns": $.get("/masteradmin/full-report-columns/", postdata_columns, 'json'), I want to sort the month columns by default. How I can set a…
adrien
  • 126
  • 1
  • 14
1
vote
0 answers

Customizing FooTable

I want to change the display of the FooTable. At the moment my FooTable looks like this produced from this code:
First Name
Adam
  • 25,960
  • 22
  • 158
  • 247
1
vote
2 answers

Using links within Footable not working?

I am working with FooTable on a page that received data via a simple ajax call. My table on the page is:
SiriusBits
  • 760
  • 2
  • 10
  • 26
1
vote
0 answers

Footable pagination and sorting is not working

First i setup jquery, bootstrap libs and then include footable.min.js, footable.paging.js and footable.sorting.min.js files and also setup stylesheets for that. So, i can't to use sorting as well as pagination on it. i am not getting any kind of…
tushar balar
  • 736
  • 3
  • 8
  • 24
1
vote
1 answer

fooTable pagination not working with laravel/angular api data

I have called data with laravel api and send to footable using angularjs but the pagination not working, Is there any way to set the no of records for pagination and reload the footable.
Arvind
  • 827
  • 2
  • 8
  • 17
1
vote
1 answer

Unable to show footable-sort-indicator

I am using footable in my rails application.I implemented sorting and pagination for a page.Sorting and pagination working fine.But sortable glyphicon icon not showing on table headers. I have included In style sheets footable.core.css fonts …
vjnan369
  • 833
  • 16
  • 42
1
vote
1 answer

footable pagination not working on dynamic data Rails

I am trying to use footable in my rails application.But I am unable to implement pagination with my dynamic table data. Here is my code
vjnan369
  • 833
  • 16
  • 42
1
vote
0 answers

Kendo Grid pagination is not working with responsive plugin footable

Hi I have a kendo grid which is responsive using footable plugin. It is working fine. But when i click the pagination it is breaking the ui. Attached the image of the page. Can you pls help to fix this? …
KewlChap
  • 11
  • 2
tags when converting cells
I'm using FooTable (http://fooplugins.github.io/FooTable/docs/getting-started.html) to create some dynamic tables from my static html tables. Within the table's cells or tags are html to format the value in the cell. For example I use bootstraps…
ACKA
  • 27
  • 1
  • 6
1
vote
1 answer

How to filter a range of currency values in footable?

That is what i need, using a range selector (ion.rangeSlider) to filter my footable that has a currency column ($100,000.00). Right now I have other filters that works fine. The thing is that i can do it by sending a request and reloading the page…