Sha256: fa9ae8519692375e8068620a0cde629714683472a952831f419b7d75bfca6c8b
Contents?: true
Size: 338 Bytes
Versions: 4
Compression:
Stored size: 338 Bytes
Contents
# The SimpleCollectionView class is a CollectionView without any of the # bells and whistles ( filtering, pagination, sorting, etc ) simple = Luca.register "Luca.components.SimpleCollectionView" simple.extends "Luca.CollectionView" simple.defines filterable: false paginatable: false sortable: false loadMask: false
Version data entries
4 entries across 4 versions & 1 rubygems