master
components + scaffolding == presentations — Read more
ability to set a proc that returns a css class for each row
When you set a default ordering for a table it orders correctly but doesn't use the row css. THis can be achieved using:
request.query_parameters[:sort] ||= {'suggestions.created_at' => 'desc'}
But a bit hacky :)
i'm considering options: