-
I use StickyHeader to make iOS-TableView-like UI and add `Column` of my widgets StickyHeader's `content`.
But I suppose that the bigger the size of widgets, the less its rendering performance.
Is th…
-
I am using alpinejs + templ + tailwind and for the most part this plugin works great for reordering classes. However, when using complex multiline strings, it starts to bungle things up.
For exampl…
-
```js
import { onMounted } from 'vue';
onMounted(() => {
const item = sessionStorage.getItem('_read_write_app');
if (item) {
const { theme: themeValue = 'light' } = JSON.parse(item);
…
-
### Version
4.2.20
### Severity
Low
### Environment
msi
### Steps to Reproduce
When you have a table with StickyHeader and button with one of the columns (and the size of table is fixed so you …
-
Hi! I've recently come across an interesting use-case:
One of my apps' main screen is a `LazyColumn` with a bunch of `stickyHeader`s, and I'd like to make the sticky headers' background blurred using…
-
Hello.
Background image for stickyHeader will be useful future IMHO.
What you think about this?
-
`DataTableSkeleton`'s styles are a bit too rigid compared to the actual `DataTable`:
* `stickyHeader` tables aren't supported
* The toolbar size is fixed
* The `batchSelection` header look can't be…
-
When using both expandable and stickyHeader together, the expander cell gets some funky css issue going on.
**Repl**
https://stackblitz.com/edit/sveltejs-kit-template-default-mkrkbc?file=src/route…
-
I am trying to add a StickyHeaderView along with Parallex header using item decorator,
The Layout is added and it works fine however no views inside headerView are accessible
Here is the standard c…
zelin updated
5 years ago
-
Hi,
Testing your library before implementation, I found an issue when you perform a fast scroll up and then down. The header doesn't keep on top and doesn't show totally.
I attach an image for mo…