I need a table where rows are actually 2 rows tables, a nested table that is.. How can I do that in prawn? Maybe I need an extension.. but which one?
相关问题
- Question marks after images and js/css files in ra
- Correctly parse PDF paragraphs with Python
- Using :remote => true with hover event
- Eager-loading association count with Arel (Rails 3
- Set BaseUrl of an existing Pdf Document
相关文章
- Ruby using wrong version of openssl
- Right way to deploy Rails + Puma + Postgres app to
- AWS S3 in rails - how to set the s3_signature_vers
- Difference between Thread#run and Thread#wakeup?
- how to call a active record named scope with a str
- How to add a JSON column in MySQL with Rails 5 Mig
- “No explicit conversion of Symbol into String” for
- form_for wrong number of arguments in rails 4
Table nesting was actually the major inspiration for Crayfish.
As far as I know Prawn still can't do proper sizing and cell placements on more sophisticated tables.
Subtables are now supported:
No support for this exists in released versions, but in the master branch of http://github.com/sandal/prawn you'll find our revamped table support which has nested tables. Take a look at the examples/ dir.