vdmeer / asciitable

Several implementations of a text table, originally using ASCII and UTF-8 characters for borders.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

addRow - empty/null strategy

GarciaPL opened this issue · comments

What I have found while using this library (thank you for making it anyway!) is that when I might add some data to AsciiTable by using method addRow which might be empty/null, would be good to define an additionally empty/null strategy if data passed to this method is empty/null, aka default fallback option