如何使prawnpdf
单元格不中断?
require 'prawn'
require 'prawn/table'
t = [
['No.', 'Batch', 'Prog Session', 'Class Group', 'Subject', 'Lecturer', 'Coord. By', 'Room', 'Time', 'Merged', 'Capacity'],
['1', 'LAW-2013', 'M', 'Class 1', 'MEDIA AND IT LAW', 'Muhammad Abdul Sholeh', '', '', '', 'Merged with another class', '40']
]
Prawn::Document.generate(OUTFILE, page_layout: :landscape) do
text 'foo'
font_size 9
table t, header: true
end
' LAW-2013'部分是破碎的,我需要一行。