class Trestle::Table::SelectColumn

Attributes

options[R]

Public Class Methods

new(options={}) click to toggle source
# File lib/trestle/table/select_column.rb, line 6
def initialize(options={})
  @options = options
end

Public Instance Methods

renderer(table:, template:) click to toggle source
# File lib/trestle/table/select_column.rb, line 10
def renderer(table:, template:)
  Renderer.new(self, table: table, template: template)
end