-
Notifications
You must be signed in to change notification settings - Fork 365
-
stickyHeaderConfig?: {
useNativeDriver?: boolean;
offset?: number;
backdropComponent?: React.ComponentType<any> | React.ReactElement | null;
hideRelatedCell?: boolean;
};
/**
* Offset from the top of the list where sticky headers should stick.
* This is useful when you have a fixed header or navigation bar at the top of your screen
* and want sticky headers to appear below it instead of at the very top.
* @default 0
*/
offset?: number;
Offset from the top of the list where sticky headers should stick. YES
want sticky headers to appear below it instead of at the very top. Why ?
if you want to change the below it instead of at the very top,you can insert a blank cell.
ScreenRecording_12-15-2025.18-21-22_1.MP4
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment