[RFC] Improve custom datagrid columns UX #1755
Janpot
announced in
Early feedback
Replies: 1 comment
-
+1 for having a template help the user as opposed to them having to follow the docs manually.
Restricting the selection to "useful" components and having an autocomplete instead of dropdown would also be clear improvements, especially for large projects. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What's the problem? 🤔
Creating custom datagrid columns is cumbersome:
What are the requirements? ❓
The workflow should be easier
What are our options? 💡
In the datagrid column definitions:
We could optionally take this one step further by introducing a
createCellRenderer
API that allows us to differentiate this component from regular custom components. The benefit of this would be that we'd be able to exclude these components from the component library, and exclude regular code components from the datagrid custom column selectorBeta Was this translation helpful? Give feedback.
All reactions