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

How to do span, content into list, etc in the example ?

albert-kam opened this issue · comments

Would be nice to copy snippets of code along with the output in the main page examples !

I've tried looking at your test/ and also autocomplete from my ide on the table, row, renderer, etc, but cannot seem to find the way to do column spanning, content becoming a list, etc.

Thanks.

Thanks a lot my man !

Sorry for late reply, I did rewrite my baseline. The new AsciiTable is now published, and it comes with examples (src/test/.../examples) and a site detailing them: http://www.vandermeer.de/projects/skb/java/asciitable/

This should make it easier to use the table.

Sorry for having neglected documentation...my bad!

/sven

I also have updated the skb-examples and added a binary package on bintray.com - https://bintray.com/vdmeer/generic/skb-examples/0.0.8

Simply download version 0.0.8 there, extract, 'cd bin', './init.sh', then depending on your system go to system-specific folder (sh-unix, cyg=cygwin, bat=dos/windows), there run asciitable-shell.sh.

/sven