Sha256: a27515b5c8132fe46aafacbc4adcc5444e39617ac888569d2617d8266e35c657
Contents?: true
Size: 601 Bytes
Versions: 7
Compression:
Stored size: 601 Bytes
Contents
page.grid do |grid| grid.id "grid-accounts" grid.title list_title_for(Account) grid.base_path "/backend/accounts" grid.forgery_protection_token request_forgery_protection_token grid.authenticity_token form_authenticity_token grid.tbar :default grid.store do |store| store.url "/backend/accounts.json" store.fields @column_store.store_fields end grid.before << "groupingStore.setDefaultSort('accounts.created_at', 'DESC');" grid.columns do |columns| columns.fields @column_store.column_fields end grid.bbar :store => grid.get_store, :pageSize => params[:limit] end
Version data entries
7 entries across 7 versions & 1 rubygems