AG grid deprecated?
This commit is contained in:
parent
97325e6732
commit
e6ca59eae6
@ -93,9 +93,7 @@ export default function StuffQGrid(props) {
|
|||||||
columnDefs={colDefs}
|
columnDefs={colDefs}
|
||||||
defaultColDef={defaultColDef}
|
defaultColDef={defaultColDef}
|
||||||
isRowSelectable={isRowSelectable}
|
isRowSelectable={isRowSelectable}
|
||||||
rowSelection={'multiple'}
|
|
||||||
suppressRowClickSelection={true}
|
suppressRowClickSelection={true}
|
||||||
// onSelectionChanged={onSelectionChanged}
|
|
||||||
onCellDoubleClicked={onCellDoubleClicked}
|
onCellDoubleClicked={onCellDoubleClicked}
|
||||||
pagination={isPageable}
|
pagination={isPageable}
|
||||||
overlayNoRowsTemplate={`<span className="ag-overlay-loading-center">${getMessage('stuff.grid.noData')}</span>`}
|
overlayNoRowsTemplate={`<span className="ag-overlay-loading-center">${getMessage('stuff.grid.noData')}</span>`}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user