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

Triggering Redraw causes columns to be hidden

I have a plnk that demonstrates my issue: http://plnkr.co/edit/bXINbDBIMb0LbLitHGbl. There is a list of Tasks, each Task can contain a list of Tasks. Tasks can only be a top level or have a single parent and a Task can not contain itself. When I…
Jeff
  • 2,728
  • 3
  • 24
  • 41
0
votes
1 answer

How to move element and not get Uncaught Error: You cannot apply bindings multiple times to the same element

I have created a plunk that demonstrates my issue: http://plnkr.co/edit/OWHICW15s6W6QCjNi7NV I have a table of Tasks and each Task can contain another list of Tasks. When you create or edit a new task, that work is done in a Bootstrap Modal. When…
Jeff
  • 2,728
  • 3
  • 24
  • 41
0
votes
1 answer

how to apply infinite loading on jquery footable implemented html table

I want to use infinite loading on jquery footable implemented html table, instead of using it's pagination feature. I tried implementing some scroll, infinite loading plugins, but it's look and functioning was changed. so any workaround or approach…
Sekhar Babu
  • 368
  • 2
  • 8
  • 27
0
votes
0 answers

unable to add multiple rows to footable ,is it possible to add mutliple rows to footable at time

I am trying to add mutliple rows to footable using following by using footable.AppendRow( ) method, but it is adding only first one, and terminating loop $('.add-row').click(function (e) { e.preventDefault(); //get…
Sekhar Babu
  • 368
  • 2
  • 8
  • 27
0
votes
0 answers

Populate Table in jQuery Mobile

I am using fooTable jQuery plugin as date grid in jQuery mobile. I have list of data I need to populate in the table. Initially with filtering and cell formatting. First I want to populate data in the table. I am using an external .js file to keep…
ExCode
  • 444
  • 2
  • 9
  • 24
0
votes
1 answer

Search function not working in footable when rendering partial form in rails 4

I am using footable .But search functionality not working when rendering form and I included file below. Controller def leave_summary if params[:summary].present? @leave_summary = LeaveTaken.where(:teacher_id => params[:summary]) …
user2310209
  • 992
  • 1
  • 12
  • 27
0
votes
2 answers

FooTable : Combining Add and Delete row as a single function

I am pretty new to jquery and fooTable. What I want to do is to combine the add and delete jquery functions provided by FooTable, such that when I add a row, it automatically deletes the last row in that table. Would greatly appreciate some help…
Jason
  • 1
  • 2
0
votes
1 answer

Object [object Object] has no method 'footable'

I plan to use the footable jQuery plugin for my tables to make them responsive, but I fail to integrate it into my website. This is my CSS:
nimrod
  • 5,595
  • 29
  • 85
  • 149
-1
votes
1 answer

Footable how to append row to top?

Hi I am using footable and am using the appendRow function. footable.appendRow(data); How can have the row added to the beginning instead of end? Here is the script https://pastebin.com/VmJG2Wde
Brandon
  • 7
  • 2
-1
votes
2 answers

append dynamic data in footable in yii2

I want to append dynamic data from database into footable. But i am getting 404 error while i give controller in url of ajax. This is my all post view: title =…
Pathik Vejani
  • 4,263
  • 8
  • 57
  • 98
-2
votes
1 answer

Invoke jQuery on Ajax Request

Working on an ASP.NET/MVC5 website. I have a jQuery-based data-driven table (footable). I implemented an "infinite scroll" feature to it. On the document ready I execute footable() and it does some row styling, etc... It seems to be working well…
WebDevGuy2
  • 1,159
  • 1
  • 19
  • 40
-2
votes
1 answer

Asp.Net MVC 4 Footable

I have an asp.net mvc 4 project. I need to use Footable plugin(http://fooplugins.com/plugins/footable-jquery/) as data table in my project. How can I set footable data source from controller? Is there any tutorial for usage footable in asp.net mvc…
Umut Derbentoğlu
  • 1,146
  • 5
  • 18
  • 39
1 2 3
15
16