Skip to content

Commit

Permalink
fix sticky header with pinned columns in full-screen mode
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinVandy committed Sep 17, 2022
1 parent 1ea0bef commit 53a8528
Show file tree
Hide file tree
Showing 51 changed files with 92 additions and 79 deletions.
50 changes: 25 additions & 25 deletions material-react-table-docs/components/prop-tables/rootProps.ts
Expand Up @@ -908,7 +908,7 @@ export const rootProps: PropRow[] = [
propName: 'muiExpandAllButtonProps',
defaultValue: '',
description: '',
link: 'https://mui.com/material-ui/api/icon-button/',
link: 'https://mui.com/material-ui/api/icon-button/#props',
linkText: 'Material UI IconButton Props',
required: false,
source: 'Material UI',
Expand All @@ -918,7 +918,7 @@ export const rootProps: PropRow[] = [
propName: 'muiExpandButtonProps',
defaultValue: '',
description: '',
link: 'https://mui.com/material-ui/api/icon-button/',
link: 'https://mui.com/material-ui/api/icon-button/#props',
linkText: 'Material UI IconButton Props',
required: false,
source: 'Material UI',
Expand All @@ -928,7 +928,7 @@ export const rootProps: PropRow[] = [
propName: 'muiLinearProgressProps',
defaultValue: '',
description: '',
link: 'https://mui.com/material-ui/api/linear-progress/',
link: 'https://mui.com/material-ui/api/linear-progress/#props',
linkText: 'Material UI LinearProgress Props',
required: false,
source: 'Material UI',
Expand All @@ -938,7 +938,7 @@ export const rootProps: PropRow[] = [
propName: 'muiSearchTextFieldProps',
defaultValue: '',
description: '',
link: 'https://mui.com/material-ui/api/text-field/',
link: 'https://mui.com/material-ui/api/text-field/#props',
linkText: 'Material UI TextField Props',
required: false,
source: 'Material UI',
Expand All @@ -948,7 +948,7 @@ export const rootProps: PropRow[] = [
propName: 'muiSelectAllCheckboxProps',
defaultValue: '',
description: '',
link: 'https://mui.com/material-ui/api/checkbox/',
link: 'https://mui.com/material-ui/api/checkbox/#props',
linkText: 'Material UI Checkbox Props',
required: false,
source: 'Material UI',
Expand All @@ -958,7 +958,7 @@ export const rootProps: PropRow[] = [
propName: 'muiSelectCheckboxProps',
defaultValue: '',
description: '',
link: 'https://mui.com/material-ui/api/checkbox/',
link: 'https://mui.com/material-ui/api/checkbox/#props',
linkText: 'Material UI Checkbox Props',
required: false,
source: 'Material UI',
Expand All @@ -968,7 +968,7 @@ export const rootProps: PropRow[] = [
propName: 'muiTableBodyCellCopyButtonProps',
defaultValue: '',
description: '',
link: 'https://mui.com/material-ui/api/button/',
link: 'https://mui.com/material-ui/api/button/#props',
linkText: 'Material UI Button Props',
required: false,
source: 'Material UI',
Expand All @@ -978,7 +978,7 @@ export const rootProps: PropRow[] = [
propName: 'muiTableBodyCellEditTextFieldProps',
defaultValue: '',
description: '',
link: 'https://mui.com/material-ui/api/text-field/',
link: 'https://mui.com/material-ui/api/text-field/#props',
linkText: 'Material UI TextField Props',
required: false,
source: 'Material UI',
Expand All @@ -988,7 +988,7 @@ export const rootProps: PropRow[] = [
propName: 'muiTableBodyCellProps',
defaultValue: '',
description: '',
link: 'https://mui.com/material-ui/api/table-cell/',
link: 'https://mui.com/material-ui/api/table-cell/#props',
linkText: 'Material UI TableCell Props',
required: false,
source: 'Material UI',
Expand All @@ -998,7 +998,7 @@ export const rootProps: PropRow[] = [
propName: 'muiTableBodyCellSkeletonProps',
defaultValue: '',
description: '',
link: 'https://mui.com/material-ui/api/skeleton/',
link: 'https://mui.com/material-ui/api/skeleton/#props',
linkText: 'Material UI Skeleton Props',
required: false,
source: 'Material UI',
Expand All @@ -1008,51 +1008,51 @@ export const rootProps: PropRow[] = [
propName: 'muiTableBodyProps',
defaultValue: '',
description: '',
link: 'https://mui.com/material-ui/api/table-body/',
link: 'https://mui.com/material-ui/api/table-body/#props',
linkText: 'Material UI TableBody Props',
required: false,
source: 'Material UI',
type: '',
type: 'TableBodyProps | ({ table }) => TableBodyProps',
},
{
propName: 'muiTableBodyRowDragHandleProps',
defaultValue: '',
description: '',
link: '',
linkText: '',
link: 'https://mui.com/material-ui/api/icon-button/#props',
linkText: 'Material UI IconButton Props',
required: false,
source: 'Material UI',
type: '',
type: 'IconButtonProps | ({ row, table }) => IconButtonProps',
},
{
propName: 'muiTableBodyRowProps',
defaultValue: '',
defaultValue: '{ hover: true }',
description: '',
link: '',
linkText: '',
link: 'https://mui.com/material-ui/api/table-row/#props',
linkText: 'Material UI TableRow Props',
required: false,
source: 'Material UI',
type: '',
type: 'TableRowProps | ({ row, table }) => TableRowProps',
},
{
propName: 'muiTableContainerProps',
defaultValue: '',
description: '',
link: '',
linkText: '',
link: 'https://mui.com/material-ui/api/table-container/#props',
linkText: 'Material UI TableContainer Props',
required: false,
source: 'Material UI',
type: '',
type: 'TableContainerProps | ({ table }) => TableContainerProps',
},
{
propName: 'muiTableDetailPanelProps',
defaultValue: '',
description: '',
link: '',
linkText: '',
link: 'https://mui.com/material-ui/api/table-row/#props',
linkText: 'Material UI TableRow Props',
required: false,
source: 'Material UI',
type: '',
type: 'TableRowProps | ({ row, table }) => TableRowProps',
},
{
propName: 'muiTableFooterCellProps',
Expand Down
Expand Up @@ -15,7 +15,7 @@
"@mui/material": "^5.9.0",
"@mui/x-date-pickers": "^5.0.1",
"dayjs": "^1.11.5",
"material-react-table": "^1.0.10",
"material-react-table": "^1.0.11",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
Expand Up @@ -13,7 +13,7 @@
"@emotion/styled": "^11.9.3",
"@mui/icons-material": "^5.8.4",
"@mui/material": "^5.9.0",
"material-react-table": "^1.0.10",
"material-react-table": "^1.0.11",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
Expand Up @@ -13,7 +13,7 @@
"@emotion/styled": "^11.9.3",
"@mui/icons-material": "^5.8.4",
"@mui/material": "^5.9.0",
"material-react-table": "^1.0.10",
"material-react-table": "^1.0.11",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
Expand Up @@ -13,7 +13,7 @@
"@emotion/styled": "^11.9.3",
"@mui/icons-material": "^5.8.4",
"@mui/material": "^5.9.0",
"material-react-table": "^1.0.10",
"material-react-table": "^1.0.11",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
Expand Up @@ -13,7 +13,7 @@
"@emotion/styled": "^11.9.3",
"@mui/icons-material": "^5.8.4",
"@mui/material": "^5.9.0",
"material-react-table": "^1.0.10",
"material-react-table": "^1.0.11",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
Expand Up @@ -13,7 +13,7 @@
"@emotion/styled": "^11.9.3",
"@mui/icons-material": "^5.8.4",
"@mui/material": "^5.9.0",
"material-react-table": "^1.0.10",
"material-react-table": "^1.0.11",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
Expand Up @@ -13,7 +13,7 @@
"@emotion/styled": "^11.9.3",
"@mui/icons-material": "^5.8.4",
"@mui/material": "^5.9.0",
"material-react-table": "^1.0.10",
"material-react-table": "^1.0.11",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
Expand Up @@ -13,7 +13,7 @@
"@emotion/styled": "^11.9.3",
"@mui/icons-material": "^5.8.4",
"@mui/material": "^5.9.0",
"material-react-table": "^1.0.10",
"material-react-table": "^1.0.11",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
Expand Up @@ -13,7 +13,7 @@
"@emotion/styled": "^11.9.3",
"@mui/icons-material": "^5.8.4",
"@mui/material": "^5.9.0",
"material-react-table": "^1.0.10",
"material-react-table": "^1.0.11",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
Expand Up @@ -13,7 +13,7 @@
"@emotion/styled": "^11.9.3",
"@mui/icons-material": "^5.8.4",
"@mui/material": "^5.9.0",
"material-react-table": "^1.0.10",
"material-react-table": "^1.0.11",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
Expand Up @@ -13,7 +13,7 @@
"@emotion/styled": "^11.9.3",
"@mui/icons-material": "^5.8.4",
"@mui/material": "^5.9.0",
"material-react-table": "^1.0.10",
"material-react-table": "^1.0.11",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
Expand Up @@ -13,7 +13,7 @@
"@emotion/styled": "^11.9.3",
"@mui/icons-material": "^5.8.4",
"@mui/material": "^5.9.0",
"material-react-table": "^1.0.10",
"material-react-table": "^1.0.11",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
Expand Up @@ -13,7 +13,7 @@
"@emotion/styled": "^11.9.3",
"@mui/icons-material": "^5.8.4",
"@mui/material": "^5.9.0",
"material-react-table": "^1.0.10",
"material-react-table": "^1.0.11",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
Expand Up @@ -13,7 +13,7 @@
"@emotion/styled": "^11.9.3",
"@mui/icons-material": "^5.8.4",
"@mui/material": "^5.9.0",
"material-react-table": "^1.0.10",
"material-react-table": "^1.0.11",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
Expand Up @@ -13,7 +13,7 @@
"@emotion/styled": "^11.9.3",
"@mui/icons-material": "^5.8.4",
"@mui/material": "^5.9.0",
"material-react-table": "^1.0.10",
"material-react-table": "^1.0.11",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
Expand Up @@ -13,7 +13,7 @@
"@emotion/styled": "^11.9.3",
"@mui/icons-material": "^5.8.4",
"@mui/material": "^5.9.0",
"material-react-table": "^1.0.10",
"material-react-table": "^1.0.11",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
Expand Up @@ -13,7 +13,7 @@
"@emotion/styled": "^11.9.3",
"@mui/icons-material": "^5.8.4",
"@mui/material": "^5.9.0",
"material-react-table": "^1.0.10",
"material-react-table": "^1.0.11",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
Expand Up @@ -13,7 +13,7 @@
"@emotion/styled": "^11.9.3",
"@mui/icons-material": "^5.8.4",
"@mui/material": "^5.9.0",
"material-react-table": "^1.0.10",
"material-react-table": "^1.0.11",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
Expand Up @@ -13,7 +13,7 @@
"@emotion/styled": "^11.9.3",
"@mui/icons-material": "^5.8.4",
"@mui/material": "^5.9.0",
"material-react-table": "^1.0.10",
"material-react-table": "^1.0.11",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
Expand Up @@ -13,7 +13,7 @@
"@emotion/styled": "^11.9.3",
"@mui/icons-material": "^5.8.4",
"@mui/material": "^5.9.0",
"material-react-table": "^1.0.10",
"material-react-table": "^1.0.11",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
Expand Up @@ -13,7 +13,7 @@
"@emotion/styled": "^11.9.3",
"@mui/icons-material": "^5.8.4",
"@mui/material": "^5.9.0",
"material-react-table": "^1.0.10",
"material-react-table": "^1.0.11",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
Expand Up @@ -13,7 +13,7 @@
"@emotion/styled": "^11.9.3",
"@mui/icons-material": "^5.8.4",
"@mui/material": "^5.9.0",
"material-react-table": "^1.0.10",
"material-react-table": "^1.0.11",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
Expand Up @@ -13,7 +13,7 @@
"@emotion/styled": "^11.9.3",
"@mui/icons-material": "^5.8.4",
"@mui/material": "^5.9.0",
"material-react-table": "^1.0.10",
"material-react-table": "^1.0.11",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
Expand Up @@ -13,7 +13,7 @@
"@emotion/styled": "^11.9.3",
"@mui/icons-material": "^5.8.4",
"@mui/material": "^5.9.0",
"material-react-table": "^1.0.10",
"material-react-table": "^1.0.11",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
Expand Up @@ -13,7 +13,7 @@
"@emotion/styled": "^11.9.3",
"@mui/icons-material": "^5.8.4",
"@mui/material": "^5.9.0",
"material-react-table": "^1.0.10",
"material-react-table": "^1.0.11",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
Expand Up @@ -13,7 +13,7 @@
"@emotion/styled": "^11.9.3",
"@mui/icons-material": "^5.8.4",
"@mui/material": "^5.9.0",
"material-react-table": "^1.0.10",
"material-react-table": "^1.0.11",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
Expand Up @@ -13,7 +13,7 @@
"@emotion/styled": "^11.9.3",
"@mui/icons-material": "^5.8.4",
"@mui/material": "^5.9.0",
"material-react-table": "^1.0.10",
"material-react-table": "^1.0.11",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down

2 comments on commit 53a8528

@vercel
Copy link

@vercel vercel bot commented on 53a8528 Sep 17, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 53a8528 Sep 17, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.