Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Code for Examples #10

Closed
numeralnathan opened this issue Jun 6, 2017 · 2 comments
Closed

Code for Examples #10

numeralnathan opened this issue Jun 6, 2017 · 2 comments

Comments

@numeralnathan
Copy link

On the main page, there are several examples of what AsciiTable can do. Please add the code necessary to create such a table. It took me a while to figure out where the grids are created and how to set the grid into the table.

@vdmeer
Copy link
Owner

vdmeer commented Jun 7, 2017

There is a link to the AsciiTable site on the main page as well, and on the site you find some documentation on how to add grids and how to create your own grid.

Grids with different frames: http://www.vandermeer.de/projects/skb/java/asciitable/examples/AT_06a_Grids.html

Different rule styles in a grid: http://www.vandermeer.de/projects/skb/java/asciitable/examples/AT_06b_GridRuleStyle.html

Grid themes for a table: http://www.vandermeer.de/projects/skb/java/asciitable/examples/AT_06c_GridThemes.html

Defining a new grid: http://www.vandermeer.de/projects/skb/java/asciitable/examples/AT_06d_NewGrid.html

Documentation needs to be improved, but basic functionality is explained there.

thanks
/sven

@vdmeer vdmeer closed this as completed Jun 7, 2017
@techpavan
Copy link

The same is available even in the repository. You can find the example htmls under src/site/asciidoc/examples. These adoc files internal have references to code in the test directory - like src/test/java/de/vandermeer/asciitable/examples/.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants