class Ariadne::UI::Table::Row::Component

Table row component that handles row styling and cell context.

def before_render

def before_render
  cells.each { |cell| cell.context = context }
end