Prawn table cell too tall

Hi, I have a problem with Prawn::table::cell, when the cell is too tall,
Prawn will move the complete row to the next page, and left the last
page with a lot of un-used spaces.

Can Prawn split the cell when it reach the end of page and continue the
cell’s contents on next page?