tablesorter Questions

6

Solved

I took an html table that I am applying alternative row colors to, and I added jquery table sorter on it so users can sort the table. The issue is that the alternative row colors are all messed up...
Laplace asked 18/9, 2009 at 0:22

4

Solved

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 column...
Sidecar asked 3/5, 2013 at 22:13

9

Solved

I'm having trouble with my tablesorter and ajax div content update. Once the ajax is reloaded all the tablesorter functionalities are lost. I've tried livequery but it doesn't seem to work beyond f...
Teat asked 5/4, 2009 at 3:47

4

Solved

In one of my application I am using JQUERY tablesorter.But while sorting with any of the cloumns I am getting below error. Any idea why this is happening. Error : "e.handler.apply" is not function...
Impatiens asked 18/6, 2014 at 10:18

3

I have my tables and they are great I can sort them and it works wonderfully except that they don't do the zebra striping until I sort them for the first time. My understanding was that they will b...
Niacin asked 11/7, 2013 at 20:35

3

Solved

I have a table with prices in this format: "1.234,56", (the thousands separator is a period, and the decimal separator is a comma). This format doesn't work because tablesorter plugin sees it as st...
Libby asked 4/8, 2010 at 8:15

4

Solved

Only in safari I get the error: TypeError: undefined is not a function (evaluating '$("table").tablesorter') In all other browsers it works. This is my javascript code, and I have putt in the hea...
Teletypesetter asked 21/3, 2014 at 22:20

2

Solved

I'm using Tablesorter (2.22.1) in MVC Razor application and I have a problem with adding basic filter row. I've added scripts (js plugins) in bundle. bundles.Add(new ScriptBundle("~/bundles/initTa...
Pondicherry asked 2/6, 2015 at 9:59

5

Solved

jQuery's plugin TableSorter doesn't seem to handle a situation where it is attached to an empty table. Is there a neat way around this? In my application the user can filter and search the data a...
Montagnard asked 2/5, 2011 at 13:50

4

Solved

I want to hide the column-toggle button or column chooser button from the table appears above the table. I am using the jQuery Mobile ver. 1.3.2. i'm using this: <table data-role="table" id=...
Mita asked 23/7, 2013 at 8:19

5

Solved

I have a table that I load via a jQuery load command. in the callback of the load function I initiate the tablesorter plugin. For some reason then the table only sorts descending not ascending. Eve...
Peabody asked 30/5, 2012 at 23:0

2

Solved

I'm working with tablesorter and I've not been able to find any documentation about the plugin tablesorter pager. The thing is that I have a table that displays some data and in each row there is a...
Oblivious asked 22/6, 2010 at 15:4

3

Solved

I am using the jQuery tablesorter plugin. I am wanting to store how a user has sorted the table on the page and automatically sort that way the next time the page loads. To do this, I first need to...
Eyeful asked 10/11, 2010 at 23:33

4

Solved

I am using the jQuery tablesorter plugin. I know how to disable sorting on a column by using the jQuery Metadata plugin: <th class="{sorter: false}">Don't sort me</th> But I would ra...
Garrido asked 8/7, 2011 at 16:52

3

Solved

I am using the Tablesorter plugin and it works great. Currently, I achieve table scrolling using a div wrapper. Is it possible to make the table scroll, keeping the headers visible while scrolling ...
Featherweight asked 21/1, 2010 at 18:38

6

Solved

i wanna sort my table with jQuery Plugin TableSorter . So i get this table : <table id="stats" class="zebra-striped"> <thead> <tr> <th>Date</th> <th>Annonce...
November asked 16/1, 2012 at 10:51

0

<div class="table-responsive"> <table class="table table-hover gradienttable"> <thead> <tr> <th>Id</th> <th>State</th> <th>Sub Sta...
Suksukarno asked 15/7, 2014 at 20:38

4

Solved

I'm just starting to use Christian Bach's excellent TableSorter plugin, and I need to get a column's current sort direction. I have several columns: ID Name Category ID and Name are set to non...
Leshia asked 23/12, 2009 at 23:52

6

Solved

I have a table which is updated with ajax and after update it if sorted but I need to sort not a fixed column but the same column which was last clicked before update. function tableUpdated() { $(...
Collis asked 18/2, 2010 at 12:47

4

Solved

I am using the jQuery tablesorter (http://tablesorter.com). After being applied to a table by $('#myTable').tablesorter(), how can I remove it again from the table?
Repossess asked 17/11, 2011 at 17:24

2

I'm trying to use the JQuery tablesorter plugin working along with Angular. Currently if you click on any column for sorting the entire width and structure of the table changes and a new row with t...
Flyweight asked 26/11, 2012 at 12:41

1

Solved

I have a table that has the tablesorter plugin added to it. I have enabled both the filter widget and the pager plugin. The issue I am having is that when a value is put in the filter input, it do...
Almaalmaata asked 24/7, 2012 at 22:6

3

Solved

I'm using the jQuery Tablesorter and have an issue with the order in which parsers are applied against table columns. I'm adding a custom parser to handle currency of the form $-3.33. $.tablesorte...
Aubarta asked 1/6, 2009 at 13:40

2

Solved

Writing an extension for tablesorter.. though its my first attempt at extending any js. I have a number of <select>s within a row of <td>s & need to know the column this td sits in....
Macknair asked 15/2, 2011 at 13:20

2

Solved

I'm using the jQuery TableSorter plugin and get the following error Uncaught TypeError: Cannot set property 'count' of undefined with this code: $(document).ready(function () { var copyThead = $(...
Dalhousie asked 11/10, 2011 at 9:25

© 2022 - 2024 — McMap. All rights reserved.