Method: TableGen::Column#collapse
- Defined in:
- lib/tablegen/column.rb
#collapse ⇒ Boolean
Whether the column can be hidden to respect the table’s width constraint. (Defaults to false)
24 25 26 |
# File 'lib/tablegen/column.rb', line 24 def collapse @collapse end |