table-layout
table-layout copied to clipboard
Create ElidableList, an instance of Cell which can be dropped atomically
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 here in case others find it useful.
Note that this PR depends on both #29 and #33, which are both fairly small PRs that are much simpler. You can either merge those individually, in which case I'll rebase this and you can review it on its own, or you can merge them all here.
Since this depends on #29 and #33, and will also have to be rebased after merging #37, I'll mark this as draft for now.