voytech / tabulate

Kotlin library for exporting collections of object into tabular formats.
Apache License 2.0
2 stars 0 forks source link

Allow idempotent redefinition of column #139

Closed voytech closed 2 years ago

voytech commented 3 years ago

Column should be overridable. It should be possible to firstly define column with only index and label, then define rows and cell for that column, and then redefine column giving e.g. Property binding as key while maintaining existing row cell definition bound to the column instance (column definition instance stays the same while only key changes)