dioxus: table render error
Problem
Steps To Reproduce
Steps to reproduce the behavior:
- When I tried to render a table list data, only the first column was displayed, and every subsequent column was lost
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment:
- Dioxus version: [e.g. v0.4.0,
master
] - Rust version: [e.g. 1.72.0,
nightly
] - OS info: [e.g. MacOS]
- App platform: [e.g.
web
]
Questionnaire
- I’m interested in fixing this myself but don’t know where to start
- I would like to fix and I have a solution
- I don’t have time to fix this right now, but maybe later
About this issue
- Original URL
- State: closed
- Created 7 months ago
- Comments: 15 (3 by maintainers)
Dear technical experts, thank you for your hard work. When can this bug be fixed?
I have uploaded the code to the warehouse: “https://gitee.com/y-s-b/dioxus-table-macro.git” Run dx serve to see, that all headers can be displayed, and only the first column is displayed in the content area