Skip to content

Commit

Permalink
Refactor #4078
Browse files Browse the repository at this point in the history
  • Loading branch information
mertsincan committed Feb 20, 2023
1 parent 3147ad6 commit bc08dcd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions components/lib/datatable/DataTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -1775,9 +1775,6 @@ export const DataTable = React.forwardRef((inProps, ref) => {
'p-datatable-resizable': props.resizableColumns,
'p-datatable-resizable-fit': props.resizableColumns && props.columnResizeMode === 'fit',
'p-datatable-scrollable': props.scrollable,
'p-datatable-scrollable-vertical': props.scrollable && props.scrollDirection === 'vertical',
'p-datatable-scrollable-horizontal': props.scrollable && props.scrollDirection === 'horizontal',
'p-datatable-scrollable-both': props.scrollable && props.scrollDirection === 'both',
'p-datatable-flex-scrollable': props.scrollable && props.scrollHeight === 'flex',
'p-datatable-responsive-stack': props.responsiveLayout === 'stack',
'p-datatable-responsive-scroll': props.responsiveLayout === 'scroll',
Expand Down

0 comments on commit bc08dcd

Please sign in to comment.