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

Provide a way for custom formatters to use context lookups #64

Closed ddimtirov closed 7 years ago

ddimtirov commented 7 years ago

I.e. the formatter should be able to lookup the row and formatted value for cells in the same row and in the same column.

ddimtirov commented 7 years ago

Not adding special Groovy and Kotlin API for this one - building tables is a clumsy affair in any case, special API will not improve it by much.