ddimtirov / nuggets

nuggets is (yet another) utility library for Java
https://ddimtirov.github.io/nuggets/javadoc/io/github/ddimitrov/nuggets/package-summary.html
Apache License 2.0
4 stars 1 forks source link

Mark columns as hidden #65

Closed ddimtirov closed 7 years ago

ddimtirov commented 7 years ago

These will not be rendered, but will be accessible through the context lookup API

ddimtirov commented 7 years ago

The test for this is kinda slow at ~100ms. Assuming it is a red herring, but may need to profile if ever used on the fast path in prod code.

Removed hiding rows, as I can't find a use case for it - if you don't want a row - don't add it. Implemented hiding the header as an rendering option - that may come in handy in the case of bar graphs, etc.