-
I want to remove the last 5 sections in my adapter. Let's say from index `15` to index `19`.
The first call I do `adapter.notifySectionRemoved(19)` works great. But when I call `adapter.notifySecti…
-
I hope to have sticky feature in the future,do you have a plan?
-
为什么不能关联flatList的onScroll事件 希望能使用onReachEnd
-
There's clearly a special undocumented rule about using `stickyHeaders_attachTo` because it only works in some cases. Mostly it doesn't work at all.
Example, [Mottie's JS Fiddle example ](http://js…
-
Hello,
When I put the module, the footerSpacer is added by putting me heights monstrous, how to make it not appear?
artsx updated
6 years ago
-
The is the current provided information:
const ItemPosition(
{@required this.index,
@required this.itemLeadingEdge,
@required this.itemTrailingEdge});
This is not nearly e…
-
Version
mui-datatables:4.1.2
import React from "react";
import ReactDOM from "react-dom";
import MUIDataTable from "mui-datatables";
const table = (): JSX.Element => {
const columns = [
…
-
I need to place icon back at the top of parallax. So I do this with absolute position , but however then there is no onPress event. If I move icon out of renderForeground , then I can detect onPress …
-
I have this code:
```
```
and the fixed header rendered as expected.
But when i add this line:
`renderStickyHeader={this.renderStickyHeader}`
the sticky header rendered but fixed header disappear.
-
Hi Mottie, i have a problem and i need your help, if you can help me. I cannot fix a responsive problem in sticky headers when i resize my window to mobile mode. When i scroll to down, and drag to lef…