Method: Blot::Helpers::Grid#panel_sub_grid

Defined in:
lib/blot/helpers/grid.rb

#panel_sub_gridObject



31
32
33
34
35
36
37
38
39
# File 'lib/blot/helpers/grid.rb', line 31

def panel_sub_grid
   :td, class: 'panel sub-grid' do
     :table do
       :tr do
        yield if block_given?
      end
    end
  end
end