table-layout
table-layout copied to clipboard
Layout data in grids and pretty tables. Provides a lot of tools to get the cell formatting right (positional alignment, alignment on specific characters and limiting of cell width)..
Hey! Thanks for this nice and useful library! Bumping up base version would very nice! ps I've checked and it seems to work just fine with base 4.19 pps it...
This separates the measurement phase from the building phase. The tests currently fail, but I'm putting this up as draft to solicit feedback on whether this was what you had...
Fixes #35
This code has been in hledger in another form for a while. But it actually suits the framework of Cell very well, so I've translated it and hoved it over...
@muesli4, thanks for table-layout! It sounds powerful. We are thinking of using it to replace home-grown code in hledger. I see @Xitian9 has a bunch of PRs pending, the last...
The existing code is built around the assumption that you can always drop an exact length from the left or right of a `Cell`. This is true of `String` and...
This is similar to the Unicode width handling issues in #8. In this case, instead of width, the problem is direction. I've run across examples of Arabic or Hebrew characters...
At the moment, row types are lists of the same type. This is not necessary at all and may be providing too much flexibility and too little at the same...
Hello, this library looks really good to me and i would like to use it in my haskell stack project. Could it be added to [stackage](https://www.stackage.org/) ?