Skip to content

Commit

Permalink
Hide lock/unlock and group/ungroup functions from context menu (#420)
Browse files Browse the repository at this point in the history
  • Loading branch information
guergana authored Jun 7, 2024
1 parent e5a87b8 commit 1f40f76
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/components/Editors/Table/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ export default function TableEditor(props: TableEditorProps) {
limit={rowsPerPage}
onLimitChange={setRowsPerPage}
rowHeight={rowHeight}
showColumnMenuLockOptions={false}
showColumnMenuGroupOptions={false}
{...others}
/>
)
Expand Down

0 comments on commit 1f40f76

Please sign in to comment.