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

Footable Pagination Not Showing at all

I am struggling to show footable pagination and still can't figure it out even though I checked documentation and all other examples. In the following code, two tables are tried in different ways and both don't show pagination. Does anyone could…
Khant Htet Naing
  • 128
  • 1
  • 3
  • 11
1
vote
0 answers

Shrink table, if it is not displayed fully

1. Summary I don't find, how I can shrink a table, if it really needed:     if a table not fully displayed and horizontal scrollbar appear. 2. Limitation I have a static site. It would be nice any solutions for JavaScript include JQuery, Bootstrap…
1
vote
2 answers

Jquery Footable redraw issue

am currently using jquery footable in my project below is my code for load data with table,
Thiyagu
  • 746
  • 3
  • 11
  • 29
1
vote
0 answers

Foo table in angular 4

I am planning to implement an Foo table in my angular 4.2 project. I do not want to use foo table as jquery plugin as it has lot of redrawing and it is not the angular way. Do we have any angular plugin to use foo table in an angular 4 project. I…
Akash
  • 848
  • 1
  • 11
  • 30
1
vote
0 answers

Pagination not working with footable

hello friends i am trying to use footable in my project i got code from some site but pagination is not working with this code. I have created static demo page with following code and i have more than 100 rows in table i haven't mentioned in code…
Cs Student
  • 61
  • 1
  • 7
1
vote
0 answers

Footable data get disappeared when row collapsed

I have an MVC 4 application, and I'm using footable to display data. A table is loaded fine. But once I expand and collapsed a row, stack data in that row get disappeared. Why is this happening? This is my HTML
Nishantha Maduranga
  • 253
  • 1
  • 5
  • 17
1
vote
1 answer

How to create a filter dropdown using jquery-footable?

I'm utilizing footable on an html table. Although I can filter the footable using the search inbox, I would like to create a dropdown that can filter. Within the dropdown, I'm trying to create three ('Enable','Disabled','Low stock') which filter…
Chris
  • 5,444
  • 16
  • 63
  • 119
1
vote
1 answer

Losing click event in angular 2 while using external javascript lib footable

While using external library footable(for a responsive table) with angular 2, I am losing all event bindings i.e (click). Tried ngZone, ChangeDetectorRef,ApplicationRef. but no result not able to bind back my all lost angular events. Below I have…
1
vote
1 answer

Iterating all rows and changing a specific value ends up in a disappearing table

I have following problem: I have a small application running where i have implementes a language switching function. Therefore i need to change the datetime columns in footable for the right date format. My idea was to iterate through all rows, get…
Chris
  • 33
  • 6
1
vote
1 answer

Footable.js: Disable pagination before Excel export

Is it possible to disable pagination dynamically on a footable, that has paging, so that all the table data can be printed to excel? For example, if the table has paging, but then when they click export, it will disable paging and show all the data…
Ophiucus
  • 95
  • 4
  • 17
1
vote
1 answer

How to fill a footable from a json

I have my html code like this defining a footable
1
vote
1 answer

Reload FooTable for each angular api response

I'm using AngularJS with FooTable to show data in a table. I have an issue when updating FooTable content. This is when more than 10 Records This is when updating with no records. FooTable shows pagination When I click pagination (2), old records…
Satish
  • 391
  • 4
  • 22
1
vote
1 answer

Cannot get (Footable) function to work from within AJAX call but it works elsewhere

EDIT: It seems that this issue is only happening in Chrome. Firefox is fine. Footable is a JQuery plugin. https://fooplugins.com/plugins/footable-jquery/ The following function is used by the "Footable" plugin to make the .table class have a nice…
cleverpaul
  • 935
  • 4
  • 12
  • 28
1
vote
0 answers

Filtering rows of FooTable

I've first looked for similar questions, but with no successful answer. Here comes my problem: FooTable Filtering How can I implement an example like this with the filtering example (Search text-box, lens and dopdown list with checkboxes…
Donna
  • 21
  • 5
1
vote
2 answers

FooTable plugin datetime issue

I have created a dynamic table using FooTable jQuery Plugin. http://jsbin.com/wasawa/edit Here I used MySQL timestamp using PHP date('Y-m-d H:i:s') format. e.g- 2016-01-19 01:22:13, but using the FooTable I'm not getting the actual date format. Any…
Subhajit
  • 390
  • 3
  • 18
Marca