-
Notifications
You must be signed in to change notification settings - Fork 21
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
Table/Datalist component #156
Comments
I'm pushing the base version of table formation from the dialog. This is set up using "firstName" and "lastName" as the column headers and values. I'm seeing an issue with the column headers just showing up underneath eachother. I suspect it has something to do with the fact that I just added a loop on the The local storage I used for the picture is |
Please describe the problem.
There is currently no table component in Peregrine.
Describe the solution you'd like
This component should have dialog to name column headings and choose what data from the model will go in that column, each row would represent one record.
Also these options should be in the dialog
Additional context
regular with caption ex.
dense ex.
Striped table ex.
scrollable table and fixed header ex.
selectable table ex.
The text was updated successfully, but these errors were encountered: