angular2-grid
angular2-grid copied to clipboard
Minimize the gridpanels?
Is there a solution to minmize the grid items?
Minimizing the content just leaving the header alone.
I have managed to minimize the grid item with css, but the content is stil there (not visible)
This is the result so far.
Hmmm, that's not something I'd build into the library, but it should be possible for you to do. If you create a boolean in your item representation and wrap the block with an angular ngIf it would no longer render the content. You'd then have to configure the grid to have row heights of your header size and update collapsed items to be a single row item. Hope that helps