Andrew Janke
Andrew Janke
Ah: to make this work with `prettyprint()`, define `totalcolumns` and `flatDispstrs` methods. `totalcolumns` counts the total columns across all variables, recursively expanding nested tables. `flatDispstrs` calculates display strings for both...
A bit of improvement in https://github.com/apjanke/octave-tablicious/commit/a39e640da2e05a37036d385811217b11f5e9c122, for subsasgn with nested tables. Going out in Tablicious 0.4.3.
Actually, these shouldn't go in `table` itself; they should go in a separate `tableplot` class or namespace. They don't need access to table's internals, and they're not part of the...