Footer is not enabled for me #820
easwartechzar
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
const table = useMaterialReactTable({
columns,
data,
enableBottomToolbar: false,
enableStickyHeader: true,
enableStickyFooter: true,
enablePagination: false,
muiTableContainerProps: { sx: { maxHeight: "400px" } },
muiTableBodyCellProps: {
sx: (theme) => ({
backgroundColor:
theme.palette.mode === "dark"
? theme.palette.grey[900]
: theme.palette.grey[50],
}),
},
})
this code not working for me
Beta Was this translation helpful? Give feedback.
All reactions