Skip to content

Commit

Permalink
bug fix for ag-grid checkbox
Browse files Browse the repository at this point in the history
  • Loading branch information
prv-proton committed Dec 17, 2024
1 parent 5b29999 commit a12ebac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/components/BCDataGrid/BCGridBase.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ export const BCGridBase = forwardRef(({ autoSizeStrategy, ...props }, ref) => {
suppressMovableColumns
suppressColumnMoveAnimation={false}
reactiveCustomComponents
rowSelection='multiple'
suppressCsvExport={false}
suppressPaginationPanel
suppressScrollOnNewData
Expand Down

0 comments on commit a12ebac

Please sign in to comment.