windmill-labs / windmill

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.
https://windmill.dev
Other
10.41k stars 506 forks source link

How do I add a selection box to an aggrid table to select a record instead of clicking on a row? #4604

Open sx98083714 opened 2 weeks ago

sx98083714 commented 2 weeks ago

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?

sx98083714 commented 2 weeks ago

Such a powerful and useful product, isn't it? Why do so few people communicate with each other?