-
-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
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
Add a table #5
Labels
enhancement
New feature or request
Comments
Yeah, that'll be good but could there be support for the filter buttons on the header?04.12.2018, 14:16, "Anders Evenrud" <[email protected]>:
I think it will be something like this.
Example usage in this case:
h(Table, {
box: {
grow: 1
},
zebra: true,
columns: ['a', 'b', 'c'],
rows: [
['1', '2', '3'],
['1', '2', '3'],
['1', '2', '3'],
['1', '2', '3'],
['1', '2', '3'],
['1', '2', '3'],
['1', '2', '3']
],
footer: ['x', 'y', 'z']
})
—You are receiving this because you authored the thread.Reply to this email directly, view it on GitHub, or mute the thread.
|
Sure, that could be added. |
andersevenrud
added a commit
that referenced
this issue
Dec 4, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Having a dedicated table component would be nice.
The text was updated successfully, but these errors were encountered: