Hacker News new | ask | show | jobs
by DenisM 4835 days ago
Can this generate a very long table and paginate it carefully, without tearing individual rows? Can the table have arbitrary number of columns? How do the columns get sized when there is a lot of data? Thanks.
1 comments

Right now the layouting is pretty basic. So data will only fit within the width/height you 'draw' on the template. We are working on a dynamic layouting engine which will be able to automatically paginate tables cleanly, but its not rolled out yet.