Sha256: 3a3aa2ff7fce8c682ec30aee65efe924cf2ecfea60cc1f6b5c0a15332cc05ce2

Contents?: true

Size: 198 Bytes

Versions: 6

Compression:

Stored size: 198 Bytes

Contents

class BookGridFiltering < Netzke::Basepack::GridPanel
  model "Book"

  column :title
  column :author__first_name
  column :exemplars
  column :notes
  column :last_read_at
  column :digitized
end

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
netzke-basepack-0.7.7 test/basepack_test_app/app/components/book_grid_filtering.rb
netzke-basepack-zh-0.7.6 test/basepack_test_app/app/components/book_grid_filtering.rb
netzke-basepack-0.7.6 test/basepack_test_app/app/components/book_grid_filtering.rb
netzke-basepack-0.7.5 test/basepack_test_app/app/components/book_grid_filtering.rb
netzke-basepack-0.7.4 test/basepack_test_app/app/components/book_grid_filtering.rb
netzke-basepack-0.7.3 test/basepack_test_app/app/components/book_grid_filtering.rb