-
-
Notifications
You must be signed in to change notification settings - Fork 844
Open
Labels
bugType/scope: A problem that needs fixingType/scope: A problem that needs fixingreviewStatus: PR is open and needs reviewStatus: PR is open and needs review
Milestone
Description
First Check
- I added a very descriptive title here.
- This is not a Q&A. I am sure something is wrong with NiceGUI or its documentation.
- I used the GitHub search to find a similar issue and came up empty.
Example Code
ui.aggrid({
"columnDefs": [
{"headerName": "Name", "field": "name", "width": 200},
{"headerName": "Age", "field": "age", "minWidth": 200, "flex": 1},
{"headerName": "Parent", "field": "parent", "hide": True},
],
"rowData": [
{"name": "Alice", "age": 18, "parent": "David"},
{"name": "Bob", "age": 21, "parent": "Eve"},
{"name": "Carol", "age": 42, "parent": "Frank"},
],
"rowSelection": {"mode": "multiRow"},
})
Description
When "flex": 1
is added, grid failed to render on version 3.x
NiceGUI Version
3.0.4
Python Version
3.12
Browser
Chrome
Operating System
macOS
Additional Context
No response
Metadata
Metadata
Assignees
Labels
bugType/scope: A problem that needs fixingType/scope: A problem that needs fixingreviewStatus: PR is open and needs reviewStatus: PR is open and needs review