Method: RTFDoc::Renderer#table
- Defined in:
- lib/rtfdoc.rb
#table(header, body) ⇒ Object
68 69 70 71 72 73 74 75 76 77 78 79 80 |
# File 'lib/rtfdoc.rb', line 68 def table(header, body) " <div class=\"table-wrapper\">\n <div class=\"header-table\">\#{@table_title}</div>\n <table>\n <thead></thead>\n <tbody>\#{body}</tbody>\n </table>\n </div>\n HTML\nensure\n @table_title = nil\nend\n" |