简体   繁体   中英

React Property Grid with ag-grid component

Can I create property grid with react and ag-grid component such as below?

属性网格

I just need plain property grid.

thanks for all replies

I developed a Property grid with ag-gird. For this, you need to use Tree List and full-width rows.

Render full-width rows(as Expander component so that you can hide/show the remaining children).

Then you can render any custom cell renderer based on some conditions.

You can collapse/expand all rows with collapseAll and expandAll features.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM