prawnpdf / prawn-table

Provides support for tables in Prawn
Other
205 stars 98 forks source link

Change the timing of converting the cell content to a string #119

Closed tetsuya-ogawa closed 2 years ago

tetsuya-ogawa commented 4 years ago

UnrecognizedTableContent has occurred when a numerical value is entered in the content of options

fail example

Prawn::Table::Cell.make(self, nil, { content: 1 }) #=> Errors::UnrecognizedTableContent
petergoldstein commented 2 years ago

@pointlessone With #135 being merged, this can be closed.

pointlessone commented 2 years ago

@tetsuya-ogawa Thank you fro your contribution.