tablesorter is a jQuery plugin for turning a standard HTML table with THEAD and TBODY tags into a sortable table without page refreshes.
0
votes
0answers
13 views
How to add filter for empty cells in jQuery Tablesorter Filter (via PHP)?
I've been trying to add an "empty cell" filter option to the jQuery Tablesorter plugin that filters cells that don't have any content. This post has sent me in the right direction thus far, indicating ...
0
votes
0answers
9 views
Customer tablesorter parse for checkbox?
I have td like this a in a table:
<td><input disabled type="checkbox">{{ checked }}</td>
I want to sort the data with checked and unchecked. How can I write a customer parser to ...
0
votes
2answers
36 views
Jquery table td with children.each()
I have a table like so:
<tr>
<td><td>
<td id="some_id" name="some_name"><td>
<td id="some_other_id" name="some_other_name"></td>
...
0
votes
0answers
8 views
jquery tablesorter: sorting filter select field that is using extracted text
I'm using the JQuery tablesorter plugin and I"m trying to sort a filter select list (alphabetically).
The column has full names of people with their titles and I only want to sort by last name. In ...
1
vote
2answers
45 views
TableSorter Plugin and other Sorting Plugins not Working
I have been trying to implement sorting into my table for hours now using the tablesorter plugin described here: http://mottie.github.io/tablesorter/docs/
However, I can't seem to figure out what I'm ...
0
votes
2answers
25 views
jQuery tablesorter - Colspan sort second column
I have the following table with jquery tablesorter enhanced:
<table>
<thead>
<tr>
<th colspan="2">Name</th>
...
0
votes
0answers
18 views
Tablesort sort using external slider
I search a way to sort a table using jQuery tablesorter, with an external slider
I found this filter who do exactly what I want (here)
filter_functions: {
1 : function(e, n, f, i) {
var ...
0
votes
1answer
28 views
jQuery tablesorter in two tables on the same template?
I have two tables in a same template on which data is generated dynamically. Both the table can have data, none of them can have data or only one of them can have data. I want to sort the table with ...
-1
votes
0answers
17 views
Don't refresh page if there's no data in jQuery tablesorter?
I am using jQuery tablesorter like this:
$(document).ready(function() {
$("table").tablesorter();
// set sorting column and direction, this will sort on the first and third column the ...
0
votes
2answers
46 views
Don't want sorting into last column header
I don't want sorting into last column header. I put a logic as below but it's not working. If I put a static number then it's working properly
jQuery(document).ready(function() {
var column = ...
1
vote
2answers
31 views
Sorting time column with jquery tablesorter
I am using jquery tablesorter to add sorting to a table. I'm having issues sorting a column with only hh:mm:ss in it. The SQL query producing this data is basically a now() - datetime field then in ...
1
vote
1answer
24 views
Tablesorter JS Cannot implement odd/even
I'm trying to implement the odd even and blue theme to replicate the demo.
I have everything working:
jquery.latest.js
jquery.tablesorter.js
blue theme
The only thing that doesn't work is the ...
0
votes
1answer
32 views
tablesorter pager - ajax pagination with checkboxes and custom html cells?
Is there any example out there that explains how to dynamically generate a tablesorter with the pager plugin using AJAX, with checkboxes and editable cells? Currently, all of the examples have ...
0
votes
0answers
24 views
tableSorter slow loading
I am using a table sorter plugin with filter, paging and sorting on a big table. The style is applying very slow on page load (user sees an unformated table). I was thinking to simply hide the table ...
2
votes
2answers
54 views
How to apply tablesorter correctly?
I have been all over the place since yesterday to find a soloution for my problem.
I have a table where i sort some of my colums and some i dont. One of these is a textboxinput where i use a parser. ...
1
vote
1answer
76 views
Model binding array in ASP.NET MVC
I'm using Tablesorter and currently implementing server-side paging using Ajax. Tablesorter supports sorting on multiple columns and uses the following URL when clicking on the first column:
...
1
vote
1answer
33 views
Range of numbers in a column with Tablesorter
I came across one problem lately. I intended to use this type tablesorter with slider filter and tried to modify it, but it didnt work.
I need to be able to work with range of numbers in the table ...
0
votes
1answer
71 views
How do i have my table appear as a sortable table on the html page?
I am trying to have my table do sortable in the phpscript but it does not work, now in my html page the sortable scrip works. What am I doing wrong? I have tried not using quotes, taking out the echo ...
1
vote
1answer
48 views
tablesorter pager (v 2.10) with page numbers
The latest version of the tablesorter pager plugin seems to be missing page number support and # of items per page. With the older version (v2.0), it was possible to do so. The reason for asking this ...
0
votes
1answer
33 views
tablesorter with two header rows
I am using the tablesorter jquery plugin and my table has two rows in the header. Is there any way to enable sorting on my table? it should be able to be sortable by the second header row the first ...
0
votes
0answers
34 views
Tablesorter filter gets error when calling length method on table.config.cache.row
I am working with RoR application and trying to implement fulltext search for jquery-tablesorter
Example here: http://jsfiddle.net/BCreb/104/
Everything work great in jsfiddle, but when i set it to ...
0
votes
1answer
73 views
Tablesorter server side pagination - requirements for different Ajax options
I intend to use tablesorter's Ajax server side pagination functionality but have a couple of questions about how it works. The documentation for 2.10.0 says:
The ajaxProcessing function was ...
1
vote
0answers
49 views
Form information in a table cant be submitted after the table has been sorted
I'm doing a system where the user is able to sort the information in the table before submit the form. User can click on the each table column heading to sort the information. The problem is when user ...
0
votes
0answers
49 views
Set column width in Tablesorter
I'm trying to set the width for the columns in JQuery Tablesorter. I have an example http://jsfiddle.net/nHWRK/70/ I have 3 columns. I want the whole table to fill the browser window (100%) and ...
0
votes
0answers
27 views
Tablesorter Range Slider Values to Header - Initial Values Not Showing
When I use the filter-formatter uiRange function and set valueToHeader to true, no values show initially. If I move one of the sliders then the range of values show. If I set valueToHeader to false, ...
0
votes
1answer
38 views
Adding filter data-placeholder in jquery tablesorter
Is there a way to add data-placeholder values through the tablesorter jquery syntax rather than adding to the th HTML tag itself? Perhaps using the headers syntax like with filter: false?
Thanks,
...
0
votes
1answer
27 views
mottie tablesorter display max value of each columns when rows are filtered
I'm wondering if there was an easy way to use mottie's jquery tablesorter to figure out the new max value of each columns when rows are dynamically filtered and display it right under the column ...
1
vote
1answer
47 views
jqueryui Tabs with Tablesorter
I'm using jquery ui tabs with the tablesorter 2.0 plugin to obtain sort abilities on a dynamically populated html table but the sort only happens on the first tab upon page load. The other tabs do not ...
0
votes
1answer
21 views
Pre-filter in Tablesorter
How can I apply a non interactive default filter to Tablefilter?
Something like show rows where field_1="variable" but stablished by default when the table is loaded.
Thanks!
0
votes
1answer
38 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
90 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
1answer
59 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
30 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
17 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
42 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:
...
0
votes
1answer
65 views
IE JavaScript “Message From Webpage” Errors, “Checking If Value was Empty..”
I've built an internal webpage that on Firefox is running fine with no issues, but on IE is throwing a load of "Message from webpage" errors.
They are as follows:
Built headers:,0ms
[object Object]
...
1
vote
1answer
28 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
67 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 ...
0
votes
0answers
43 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
vote
1answer
38 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
66 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
86 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
59 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
65 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
58 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
47 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
32 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
96 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
1answer
74 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
55 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 ...
