-
Firstly, thank you for your handwork, but I got issue when try to multiple delete from the bottom of item it always got IndexOutBoundsException, but if i just remove it individually it was good, and i…
-
In Version 2.14 i used following code to apply filter only on specified tables.
```
if($(".sortableFilter").length){
// Update the list of widgets to apply to the table (…
-
Hi,
It seems that that the sticky header doesn't inherit the border-top property of the header when scrolling down
See it here : http://jsfiddle.net/Ted22/LR3sX/53/
Thanks in advance !
Ted
-
Hi I am trying to use these StickyHeaders with Fragments because I have a very complicated header system, in fact it is combined with Jeff Sharkey's multiple section implementation, using your library…
-
![image](https://cloud.githubusercontent.com/assets/3133431/5886031/f821c7f6-a348-11e4-83e9-21d6ed059839.png)
-
Hi,
I use checboxes for selecting rows. The solution found here http://jsfiddle.net/Mottie/abkNM/165/ is perfect.
But there are some issues :
- selecting/deselecting "all rows" (checking the header…
-
Hi,
is there anyway to use the automatically jump to top after sorting ( scroller_upAfterSort) is true but still prevent the scroll automatically up to top when click when checkbox #660 ?
Thanks in …
-
Ember.js metamorph tags break stickyHeaders, see [demo](http://jsfiddle.net/abkNM/1891/)
Ember is adding elements like
```
```
within TR seems to cause the issue: 1st header click trigger 3rd he…
-
I've got it work in chrome , on iphone 5 responsive body column is hidden, but the table header still there! Any help would be appreciated!
-
Can I make sticky headers , to act like how it works in excel. That is , thead should get fixed to the table only , so when you scroll the page , rows inside the table move with thead fixed. All other…