-
Using 2.9.1, and the following code:
``` js
$('#mytable').tablesorter({
theme: 'blue',
headers: { 0: { sorter: false, filter: false, }, },
widgets: ['zebra', 'filter', 'stickyHeaders'],
…
-
In trying to make my data tables more semantically correct, i want to avoid placing a table title inside a cell, so i've been using the `` tag as (i think) it was intended.
However, stickyHeaders doe…
-
Hello,
I use tablesorter with stickyheaders. I can hide/show one or more columns of this table and i want that the stickyheaders update automaticly.
Its works good in all browser (ie 9, ie10, firefo…
-
Hi.
What i have:
``
`@Override
public void onSaveInstanceState( Bundle outState ) {
super.onSaveInstanceState( outState );
outState.putInt( KEY_LIST_POSITION, mFirstVisible );
}`
When I change my p…
-
The issue I am having is somehow using tablesorter and stickyheaders I define a set of thead items that get dynamically applied via jquery to the table I call tablesorter on and any column that just h…
ghost updated
11 years ago
-
Unfortunately I have to code for earlier versions of IE.
Seems similar to the following issue...https://github.com/Mottie/tablesorter/issues/148
I am attaching tableSorter to an empty table.
The tab…
-
I haven't really dug deep into this yet, I have only one example currently.
But I have a table, and I have a col that I want to hide it's col0
here is the function I use.
``` javascript
function to…
-
Hi, i have created a table with a checkbox for any row. I want to create a checkbox to select/unselect all checkbox, but the result is all row of table instead of all row in a page. it's possible, ma…
-
Error: **SCRIPT5007: Unable to get value of the property 'row': object is null or undefined**
IE 7/8 report a problem in the TS internal function below.
My HTML has no TR's in the TBODY. They're loa…
-
Adding the cssHeader property appears to break the stickyHeaders widget. Is this a known issue?
Not that critical, I can get by with the default header class "tablesorter-header", but this was a mys…