We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8256bc3 commit 40be24eCopy full SHA for 40be24e
1 file changed
src/components/Table/index.tsx
@@ -147,6 +147,7 @@ const Table = ({ tableData, onActionSuccess }: TableProps) => {
147
</View>
148
149
<FlatList
150
+ removeClippedSubviews={false}
151
data={tableData.values.slice(
152
(page - 1) * recordsPerPage,
153
page * recordsPerPage
0 commit comments