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
Currently tables use FILO logic for rows.
There is a request to allow deleting any rows.
This is more complex and would require a different approach to handling table fields.
Solving the delete would also enable the adding of rows at any point. although that would also entail having an add button enabled on a row itself.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently tables use FILO logic for rows.
There is a request to allow deleting any rows.
This is more complex and would require a different approach to handling table fields.
Solving the delete would also enable the adding of rows at any point. although that would also entail having an add button enabled on a row itself.
The text was updated successfully, but these errors were encountered: