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
A user can e.g. give colspan="4" when there are only three rows available.
colspan="4"
See e.g. https://edit.laws.africa/works/akn/ug/act/ord/1922/22/
The text was updated successfully, but these errors were encountered:
Similarly for rowspan -- it must not exceed the actual number of rows in the table (cap it).
Sorry, something went wrong.
resolved by #2199
goose-life
No branches or pull requests
A user can e.g. give
colspan="4"
when there are only three rows available.See e.g. https://edit.laws.africa/works/akn/ug/act/ord/1922/22/
The text was updated successfully, but these errors were encountered: