Questions tagged [jquery-mobile-table]

14 questions
2
votes
1 answer

Jquery Mobile Column Toggle append button when have multiple tables on one page

I have an issue with a jquery mobile 1.4.2 webapp. I have a page with 2 tables that both use the column toggle button. I want to move each of these buttons to their own placeholder to allow for horizontal scrolling. I have this working when there…
Janey
  • 1,260
  • 3
  • 17
  • 39
2
votes
1 answer

JqueryMobile collapsibleset with table column toggle error in multipage

I am building a jquery mobile website and came across this error. I am using JqueryMobile 1.4.2 and multipage. One of the pages has a Collapsibleset and inside each collapsible I have a table containing the column toggle feature. Everything works…
2
votes
1 answer

jQuery mobile 1.3.0:"Uncaught Error: no such method 'refresh' for table widget instance "

I use jQuery mobile 1.3.0 release:"Uncaught Error: no such method 'refresh' for table widget instance " But the doc says it can be used: Updates the labels in the cells. $( myTable ).table( "refresh" ); How to solve the problem? Is there a way to…
Gank
  • 4,507
  • 4
  • 49
  • 45
1
vote
0 answers

apply the css stylesheet rules again in javascript after DOM manipulation

I use JAVASCRIPT, JQuery (and JQuery Mobile) in a SYMFONY project. My trouble is the following: I have a (using JQuery Mobile table-reflow option for responsive view purpose) each of the table could be…
nyluje
  • 3,573
  • 7
  • 37
  • 67
1
vote
1 answer

JQM table is deformed with android small screen resolution?

I am using JQM table in my html and included all neccesary jQuery file. Please find below my code.
1
vote
1 answer

How to set the placeholder for column-toggle button in the jQuery Mobile table?

Is there any easy way to place the Column toggle button for jQuery Mobile table in custom place (eg. placeholder div with ID in sidebar or in the header), or the only way is to move it with my own code?
Andree
  • 1,159
  • 2
  • 17
  • 32
1
vote
1 answer

Use radio buttons instead of Checkbox popup in Jquery Mobile Table

Well searching for the code or plugin or anything similar to what i need... SCREENSHOT:- The screenshot say it all, basically i want to embed radio buttons for column toggle in jquery mobile tables, so that user can get one column which he…
0
votes
1 answer

Cannot call methods on table prior to initialization; attempted to call method 'refresh'

I want to list all the data from the database table to the HTML page. There are a total of 3 rows of data currently, but only 2 rows of data are listed. HTML.
min
  • 1
  • 5
0
votes
0 answers

ReactJS and jQuery Mobile Tables - how to optimally re-render table after update store

I re-render jqmobile table this way and all work: var List = React.createClass({ componentDidMount:function(){ $(".list-box-app-list").table(); }, componentDidUpdate:function(){ $(".list-box-app-list").table(); }, render:…
meugen
  • 1
  • 1
0
votes
1 answer

table cell with content trucate

I am using JQuery Mobile for show a data of Products, someone like this:
rrgg
  • 33
  • 4
0
votes
2 answers

Adaptive vertical scrollbar for jQuery Mobile tab content when navbar is in header

In some jQuery mobile tabs I have content that requires a scrollbar. The navbar that controls them is in the header like in this fiddle. I have tried to set height: 100%; overflow: auto; on all levels of the tab content, but the scrollbar is still…
user1382306
0
votes
1 answer

jquery mobile issue with data-column-btn positioning when allowing horizontal scrolling

I am showing a data table in jquery mobile using the column toggle button for a responsive design. However, I've also added
so that the user is able to scroll horizontally, if they choose to be able to view too many items…
Janey
  • 1,260
  • 3
  • 17
  • 39
0
votes
1 answer

How should I use data-filtertext in a table using Jquery Mobile 1.4 where the cells contain inputs?

I have a table which I would like to filter using the new filterable widget in JQM 1.4. Each cell of the table contains an input, which I use to update a database on "change". I added the data-filtertext attribute to each element, but the filter…
Gene
  • 83
  • 1
  • 1
  • 9
0
votes
1 answer

JQuery mobile table columns are one above another

I want to show statistic of game inside webview in table, like ranking and history of battles. My HTML code looks like

Statistics

PaolaJ.
  • 10,872
  • 22
  • 73
  • 111