Implement table formatting #4

Closed
opened 2020-07-11 18:14:01 +02:00 by ni · 4 comments
ni commented 2020-07-11 18:14:01 +02:00 (Migrated from git.w21.org)

As in psg, sometimes I want to format a table at not more than the neccessary width. Options could be

  • field aligment (as a string? "llrcll"), maybe different for the first line, including the option to have numbers right and other fields left, first line centered
  • minimum space between columns
  • decoration (lines between columns, line below headings, lines between all cells)
As in `psg`, sometimes I want to format a table at not more than the neccessary width. Options could be * field aligment (as a string? "llrcll"), maybe different for the first line, including the option to have numbers right and other fields left, first line centered * minimum space between columns * decoration (lines between columns, line below headings, lines between all cells)
ni commented 2020-07-11 18:14:53 +02:00 (Migrated from git.w21.org)

changed the description

changed the description
ni commented 2020-08-30 18:11:49 +02:00 (Migrated from git.w21.org)

First step in 91e84e7c6d, more to follow. Features missing yet:

  • alignment separate for first line
  • correct alignment for numbers other than int
  • prepared examples for common styles
  • corners, all 4 (tl, tr, bl, br)
First step in 91e84e7c6dee019781c59773dda2d13b7cd1801e, more to follow. Features missing yet: * alignment separate for first line * correct alignment for numbers other than int * prepared examples for common styles * corners, all 4 (tl, tr, bl, br)
ni commented 2020-08-30 18:15:10 +02:00 (Migrated from git.w21.org)

Also missing:

  • default alignment for rest of row, e.g. "crl*" means center, right, and all following left aligned
Also missing: * default alignment for rest of row, e.g. "crl*" means center, right, and all following left aligned
ni commented 2020-09-01 10:49:43 +02:00 (Migrated from git.w21.org)

Done in between, after some agonising.

Done in between, after some agonising.
ni (Migrated from git.w21.org) closed this issue 2020-09-01 10:49:44 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
w21/jpylib#4
No description provided.