We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello! Is it a way to create a custom column with dynamic width. I need it to render correct tree toggle. Tree has up to 8 levels deep
The text was updated successfully, but these errors were encountered:
Hi @Edymov You can get the depth of the tree in rowData through the onExpandChange callback, and then dynamically set the column width.
onExpandChange
onExpandChange: (expanded: boolean, rowData: Row) => void;
Sorry, something went wrong.
No branches or pull requests
Hello!
Is it a way to create a custom column with dynamic width. I need it to render correct tree toggle. Tree has up to 8 levels deep
The text was updated successfully, but these errors were encountered: