tablesorter is a jQuery plugin for turning a standard HTML table with THEAD and TBODY tags into a sortable table without page refreshes.
-1
votes
1answer
20 views
jQuery tablesorter “handle”, or other click events
So I have a basic table. I allow users to doubleclick on an element in the th to edit the text. I have since added in the tablesorter plugin, but this now "breaks" the editable text. Basically ...
0
votes
0answers
20 views
jQuery Tablesorter Filter 'Reset search' not resetting select menu's placeholder
Been using jQuery Tablesorter and jQuery Tablesorter Filter plugin on our company To-Do List, and it works excellently for the most part. The one issue I'm having is with the 'Reset search' button.
...
0
votes
0answers
26 views
Pager(Tablesort plugin) doesn't work in Spring View
i'm sorry if this a duplicate question but i have spent hours looking for a solution without succeed. And sorry too for the bad English, is not my native language. :(
This is my problem:
I have a ...
0
votes
0answers
13 views
Tablesorter not working in Wordpress plugin
I want to use tablesorter in my wordpress plugin.
This is how my table looks like
<table class="table table-condensed table-striped" style="font-size:80%;" id="table_id">
<thead ...
0
votes
1answer
12 views
Custom select filter function based on a selector instead of column number?
From the docs I read that the filter_functions could be used as follows:
filter_functions: {
// Add these options to the select dropdown (regex example)
2 : {
"A - D" : ...
1
vote
1answer
26 views
TableSorter jQuery Plugin - Enable Select Element in Disabled Header Column
I am using the TableSorter jQuery plugin. I'm trying to place a select element as one of my column headers. I've disabled that particular column for sorting by doing this:
...
1
vote
1answer
26 views
Click event only works on the first page of table
I have a paginated table using tablesorter.js. There are links in the table, each with class gl_link. Now, I have added an event to all links using jQuery, with:
$('.gl_link').click(function(){
...
1
vote
1answer
38 views
Sorting a table with combobox using tablesorter plugin
I'm using the old tablesorter plugin.
In my table, I have a column of comboboxes which are sortable.
However, I can't get the comboboxes to sort properly when I change their values.
I have something ...
1
vote
1answer
159 views
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, ...
-1
votes
0answers
20 views
Swt Table Viewer Sorter Changes The Parent node of Sub Nodes [closed]
Hello i have created a treeviewer and created a sorter for this viewer. when i clicked the header column it was sorting my records .However the sub nodes were changing for all parents node..
0
votes
0answers
34 views
Sorting multiple columns when I click a column header
I'm using Tablesorter 2.8.1 (Mottie's fork), and I have a HTML table similar to the following:
HEADER1 HEADER2
-------- ---------
A 5
C 1
B 4
A 1
When I click ...
-1
votes
0answers
23 views
How to use JQuery TableSorter with JavaServer Pages? [closed]
Hi I need help on how to use tablesorter with .jsp. How can I use it ?
I already have this in the <head>:
<script type="text/javascript" src="../javascript/jquery.js"></script>
...
1
vote
1answer
20 views
Exclude child elements from a table cell using tablesorter filter widget
Is it possible to exclude child elements from a table cell using tablesorter filter widget?
I.e. if I type Mia in the filter box, I only want the second row to be shown. But the default behaviour of ...
1
vote
1answer
28 views
Columns width with Tablesorter+filter
While using the tablesorter css default theme, if I avoid to set the table width I get a nice table with all columns perfectly adjusted to the longest field.
BUT, If I add filter widget, all columns ...
0
votes
1answer
64 views
Sorting specific rows in a table + HTML + jQuery
I have an requirement to sort only specific rows in a table. Am using tablesorter plugin to do sorting (http://mottie.github.io/tablesorter/js/jquery.tablesorter.js)
The example i have coded here in ...
1
vote
1answer
40 views
Jquery plugins interfering with each other
Note: JS/Jquery noob alert (yes, me)
There seems to be a conflict between the following two plugins:
TableSorter (2.9.1)
bootstrap-popover.js v2.2.1
The plugins work as they should separately, ...
0
votes
1answer
41 views
Tablesorter Custom Filter to show only available
I'm working with Tablesorter and have been able to use it to do amazing things, but one thing I can not figure it is in filters. I'd like to have a method or custom filter to make dropdown boxes but ...
1
vote
0answers
42 views
Removing HTML table rows in D3
I am using D3.js to dynamically update a HTML table based on data retrieved from an AJAX call in Firefox. It is possible for my array to actually be empty after previously having data (so, this code ...
1
vote
2answers
39 views
Tablesorter not correct
I am using Stupid TableSorter Javascript, but having some problems, because i am using Danish money format.
Ex. table:
0,00 18,75
0,00 112,50
4.744,68 562,50
1.125,00 15%
...
0
votes
1answer
22 views
Tablesorter not working when sent as HTML Email
I'm trying to email a table that will sort based on column when that column is clicked.
I found http://tablesorter.com/docs/ and it seemed pretty straight forward.
I'm using python to write the ...
0
votes
1answer
66 views
Sort a table with rowspan
I'm French so, please, don't be afraid by my sentences mistakes.
I'm trying to sort a tab which contains cells with rowspan :
But with datatables or tablesorter, I don't know if it is possible. Do ...
2
votes
0answers
37 views
Sorting-Algorithm for multiple column sort behind jQuery tablesorter plugin
I figured out that when i'm using the multiple column sort function of the plugin.
The first row gets sorted properly and the second row items where the first row items are the same are getting ...
0
votes
1answer
30 views
jquerycsvtotable + tablesorter: hold the display untill everything is loaded?
I use tablesorter in combination with jquerycsvtotable.
Everything works fine, but... there's a lag between the moment when the table is loaded and the moment when tablesorter is shown that makes the ...
0
votes
1answer
88 views
Appending rows to table inside form element with JavaScript slower than without the form element
I ended up reporting this issue as a bug. Seems to affect webkit browsers. https://code.google.com/p/chromium/issues/detail?id=233677
Original question below.
I'm using jQuery 1.8.1 with Christian ...
0
votes
0answers
35 views
does the tablesort jquery plugin work in google chrome
is there a way i can add a jquery tablesorter plugin so that i sort my table using a google chrome browser this my code in the header file
<script type="text/javascript" ...
0
votes
2answers
130 views
Creating and sorting table by column using underline.js and knockout.js
First of all, i'm new to Knockout.js and underscore.js, and this is my first day of learning those libraries. The task is to sort table by clicking column header in ascending order on first click, and ...
1
vote
2answers
46 views
knockout tablesorter caching rows
I have been breaking my head with this issue for about 5-6 hours now.
I am using tablesorter in combination with knockoutjs. My problem is when using tablesorter,
the rows are cached and when I try ...
2
votes
1answer
76 views
Jquery tablesorter not working. Is it HTML5 compliant?
I am using a jquery tablesorter and can't seem to get it working. I have had it working in other solutions but can't seem to replicate it within a HTML5 project.
Following code is within the header ...
0
votes
2answers
163 views
Javascript :: Jquery :: Tablesorter -> Extracting filtered data to csv file
I want to write the records filtered ,through tablesorter plugin, to a external file in a csv format. I was following this answer by Mottie , creater of Tablesorter plugin. In FireBug error console, ...
0
votes
0answers
26 views
Tablesorter does only filter on first word of entry
I have an older php app that uses Matt Kruse's table javascript sorter. I have been working with a change I need for a couple of days now and I think I need to stop and find out if this is even ...
0
votes
0answers
59 views
Selecting a contentEditable div with jQuery
I've got the following tablesorter widget, which makes the td elements into contentEditable divs when clicked, and then converts them back into tds when the user clicks outside the cell.
...
0
votes
0answers
29 views
Tablesorter filter by pressing enter [closed]
Tablesorter 2.7.6
How to make a filter by pressing enter?
Or how to make a filter by pressing button?
0
votes
1answer
40 views
using jquery and tablesorter, change the value of a choosen cell
I have a tablesorter table, that fills in correctly. What I am trying to do is to ensure that the cells are not being edited by more than 10% over the original value. For example, if the price field ...
1
vote
1answer
120 views
Tablesorter: child rows above total
I get a MySQL query with detail rows and total. I would love to use Tablesorter child rows functionality to hide the details rows but face the problem that need to convert the csv file into html (no ...
1
vote
2answers
184 views
tablesorter doesn't show up and down arrows
I am trying to use the JQuery tablesoter plugin but when it comes to show the arrows it doesn't show either down or up arrow when I sort descending or ascending order. It always shows up and down ...
0
votes
1answer
149 views
Jquery Tablesorter not working! What's wrong with that?
I'm new to Jquery and I'm trying to use Jquery Tablesorter plugin and I've tested it in a simple html file as below but it is not working. All I have seen in browser is only a plain table with no ...
0
votes
1answer
39 views
Regex error when trying to addParser with tablesorter
I am trying to use tablesorter jquery library to sort a column of time/dates. I am having trouble with the regex and sorting it. Can someone help? My time/date format is:
2:06 PM
Thu Mar 28
Like ...
1
vote
1answer
82 views
Total row while combining tablesorter + csvtotable
Just completed my first html to present data from a csv file into nice tables. My problem now is that I need to add a total row, and realize that:
I have no options in csvtotable (as far as I know) ...
1
vote
1answer
53 views
TableSorter - Select sort with colspan
I'm using the tablesorter plugin for sorting tables.
Info
I have one th that spans over two different td. I still need to sort as if the th was two th:s.
The "Testing2" is not working as expected. ...
0
votes
0answers
30 views
tablesorter functionality lost after submitting the page
I used tablesorter in my page...It is working fine...And in the same page, I have submit button...If I click that button the page will be submitted,validated and refreshed...Once the page is refreshed ...
0
votes
1answer
20 views
Tablesorter custom selection print
I might be on the wrong track, but is there a way to print the table resulted after filtering with tablesorter custom filters available here ...
1
vote
5answers
61 views
sort table by price column
It's the billing list:
Service Price
---------------
S1 13 CHF
S2 Free
S3 Free
S4 40 CHF
I want to sort it by price using jQuery or pure JavaScript. (not server-side)
...
2
votes
1answer
84 views
tablesorter not sorting
Sorry for coming with this dumb question, but I've been struggling for hours without success.
My sample table is not being sorted. Both .js files are located in the same directory as the .shtml file ...
1
vote
2answers
88 views
jQuery Tablesorter - Disable Sort AND Filter
I got this code from http://mottie.github.com/tablesorter/docs/example-options-headers.html:
// BONUS TIP: disable a column using jQuery data directly
// but do it before the table initializes
...
0
votes
1answer
80 views
jquery tablesorter: nested tables
I have nested tables where both the inner and outer tables have rows added to them dynamically. When I trigger an update of an inner table, after the inner table order has been changed, the order of ...
0
votes
2answers
61 views
jQuery tablesorter in subHeader
I am using jQuery tablesorter in my UI. I have a scenario where I have a table with 2 rows of headers. A main Header and a subheader. I want to add sorting to the subheader. How can i do that.
this ...
1
vote
1answer
31 views
jquery tablesorter: updating headers
The table headers will change depending on dynamic ajax updates. When doing this using:
$('table thead').html(headers);
and then re-initialising the table using:
$("table").tablesorter({ theme : ...
1
vote
1answer
170 views
jQuery sorttable doens't work after postback in updatepanel (JavaScript)
I have a issue with the sortable function of jQuery. When my page does a post-back with the update-panel the sorting of the dynamic table doesn't work anymore. The post-back is triggerd when a ...
0
votes
2answers
143 views
Zebra tablesorter does not stripe on initial sort
I have a problem with the tablesorter plugin and the zebra widget, which enable different styles for even/odd rows.
My page starts with an empty table; then, the user compiles a form, and then my ...
2
votes
3answers
1k views
jQuery tablesorter plugin secondary “hidden” sorting
I'm using the jQuery tablesorter plugin and I have a column that contains name of month and year like this
April, 1975
January, 2001
I would like to sort this column as if it were a date column. As ...


