Open-source developer platform to power your entire infra and turn scripts into webhooks, workflows and UIs. Fastest workflow engine (13x vs Airflow). Open-source alternative to Retool and Temporal.
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?
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?