-
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…
-
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…
-
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…
-
I have the current git truck as of 5 minutes ago, the pager display doesn't show, and when I try to change the value of results per page I get
Webpage error details
User Agent: Mozilla/4.0 (compatib…
-
Hello, I seem to be experiencing some issues with the formatting/layout of my table when using tablesorter (version 2.7.11) when viewed in Internet Explorer 9. There are no issues present when viewed …
-
am creating dynamic table with multiple tbody.
``` javascript
for($t=0;$tassign('conjav', $conjava);
```
and also creating the initialization dynamically using above code .
``` html
…
-
say I have a table, with:
```
widgets: ["zebra", "filter", "resizable", "columns", "stickyHeaders"],
```
then i have a button where I do:
```
$("table").data("tablesorter").widgets = ["zebra"];
…
-
I use a custom function for textExtraction and it's perfect for sort actions. But the filter widget don't use it for filtering, it use the default text content instead.
Here an exemple :
html sample…
-
I'm using stickyHeaders and saveSort on my page, with a large but simple table. Everything has worked fine so far, but when I enabled the stickyHeaders widget I noticed that upon clicking a column hea…