-
The app I'm working on crashes with NullPointerException with no links to the code in the app when soft keyboard is shown or hidden while the animation is running. The stacktrace starts from android.w…
-
Hi,
//my controller
angular.module('myapp').controller('controller', etc etc) {
$(function () {
$("#my-table").stickyTableHeaders();
});
//other codes
}
//this is th…
-
I have a longer parent/child list, and I thought it would make sense to pin the parent to the top on expansion, until scrolling occurs past that position, at which time it will be replaced by the next…
-
Hi,Mottie;
As the subject issue, I found the sticky header drop out slowly, it lead to bad perception expericence.
I search the document of tablesorter and internet for two weeks to find the soluti…
-
#### Category
- [ ] Enhancement
- [ ] Bug
- [x] Question
#### Version
Please specify what version of the library you are using: [2.3.0 ]
#### Question
Suppose we have a simple case …
-
**Describe the current behavior**
sticky header does not work properly when scrolling while the drop-down menu is open
**Describe the expected behavior**
when scroll up while drop-down menu is op…
-
I'm using this library https://github.com/emilsjolander/StickyListHeaders to have a sticky header listview, and i also want to use this one on each listview row, but setOnItemClickListener setting Swi…
-
### Description
We found a problem with Table of Contents navigation when a Dotcomshell component is used, as shown in the attached videos.
The behavior is as follows for large screens (first vide…
-
### Describe the bug
When a data table with `stickyHeader="true"` is placed within the second tab of an accordion panel (with the `multiple` option enabled), collapsing the first tab causes the stick…
-
According to material design in dark mode elevation is defined by a transparent white layer over the original color instead of using shadows. I tried changing the background color of the sticky header…