Skip to content

Display All Columns#164

Open
clinttepe wants to merge 13 commits intojasonhinkle:masterfrom
clinttepe:master
Open

Display All Columns#164
clinttepe wants to merge 13 commits intojasonhinkle:masterfrom
clinttepe:master

Conversation

@clinttepe
Copy link
Copy Markdown

Updates made to css and ListView templates allow for displaying all columns cleanly by default, rather than only showing up to the first five columns and commenting out the rest. For tables with few columns, they are no longer spread out over the whole width. Many columns now results in a horizontal overflow scrollbar.

Eventually I would like to make a setting in the build that would specify one column to remain fixed at left, so that when scrolling through the other columns you can still see which entry you are looking at. This would likely require the static column to be displayed in a separate table structurally, while looking like one table visually.
many-columns
few-columns

To handle tables with many columns (previously some columns would get commented out and not display at all).
Added in new div with the new css class tableContainer to support tables with many columns (once the extra columns are uncommented).
All columns are now shown rather than just the first five. The files phreeze.backbone/styles/style.css and phreeze.backbone/templates/ListView.tpl.tpl  have been modified to support displaying extra tables nicely.
Additional fix for supporting more than 5 columns.
Additional fix to show all columns
Removed unnecessary whitespace
Extra columns are no longer commented out.
Additional fix for supporting showing all columns cleanly.
Previously added </div> in the wrong place.
Adapted new css class .tableContainer ( for cleanly displaying all columns) for responsive layout.
Fixed typos.
Apparently Phreeze is a bit picky regarding indentations...
Left out  adding <div class="tableContainer"> previously.
@jasonhinkle
Copy link
Copy Markdown
Owner

sorry i took so long to check this out, i have been seriously ill recently. this looks great though, I'm going to check it out and see about merging into the main branch. thanks so much for the contribution!

@clinttepe
Copy link
Copy Markdown
Author

Hope you're better now! Good deal, we are happy to help! We mostly use the smarty template version, but the updates were made to the blade files too.

@clinttepe
Copy link
Copy Markdown
Author

Any additional feedback on this? I vaguely remember you saying you wanted it to better follow Bootstrap standards, but I can't find that email anymore. I would really like to get this finished and approved :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants