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
though the documentation says the following
one element for each column in the table. Must contain :id,:header-label,:row-label-fn,:width, and :height.
None of these are actually required, but if you leave out :row-label-fn you will get the following uncaught error.
:row-label-fn
Cannot read property 'cljs$core$IFn$_invoke$arity$1' of null
Also I don't think :header-label should be required as we often have examples with empty headers, and I don't think we ever use :height`
:header-label should be required as we often have examples with empty headers, and I don't think we ever use
The text was updated successfully, but these errors were encountered:
superstructor
Gregg8
No branches or pull requests
though the documentation says the following
None of these are actually required, but if you leave out
:row-label-fn
you will get the following uncaught error.Also I don't think
:header-label should be required as we often have examples with empty headers, and I don't think we ever use
:height`The text was updated successfully, but these errors were encountered: