You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have turned off the options that may conflict in the properties of the windmill aggrid table, but it still cannot take effect. There are not many places that aggrid can customize at present, but it is a pity that this only place cannot take effect, who can tell me what I should do?
The text was updated successfully, but these errors were encountered:
I want to add a check box before each row in the aggrid table and select by clicking on the check box instead of clicking on the row,
After reviewing the aggrid usage documentation, I tried to add the following configuration in extra config, but unfortunately, it didn't work.
{
"defaultColDef": {
"flex": 1,
"minWidth": 100
},
"rowSelection": {
"mode": "multiRow",
"checkboxes": true,
"headerCheckbox": true,
"enableClickSelection": true,
"selectAll": "filtered"
}
}
I have turned off the options that may conflict in the properties of the windmill aggrid table, but it still cannot take effect. There are not many places that aggrid can customize at present, but it is a pity that this only place cannot take effect, who can tell me what I should do?
The text was updated successfully, but these errors were encountered: