Git Product home page Git Product logo

Comments (5)

haukee avatar haukee commented on July 19, 2024 4

This can be done via
AsciiTable.getRenderer().setCWC(AT_ColumnWidthCalculator)

The Behaviour you want can be achieved by using
CWC_LongestLine
I think.

Note that you seem to have to set the CWC right before rendering (= after adding content).

Also see here:
http://www.vandermeer.de/projects/skb/java/asciitable/examples/AT_07c_LongestLine.html

from asciitable.

dandrei avatar dandrei commented on July 19, 2024

Excellent idea. The width of a column should depend on the longest string in that column.

from asciitable.

zenglian avatar zenglian commented on July 19, 2024

CWC_LongestLine is good, shouldn't it be default behavior?

from asciitable.

javadba avatar javadba commented on July 19, 2024

This should be default behavior IMO. btw the Link shown by haukee does not include the code shown in the same post.

from asciitable.

javadba avatar javadba commented on July 19, 2024

The following works:

t.getRenderer().setCWC(new CWC_LongestLine())

This project would benefit from better out-of-the-box functionality like this: I was about to dump it: but with this it is useful.

from asciitable.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.