Registry / web-framework / datagrid

datagrid

JSON →
library2.0.9rbrubygemsunverified

The library allows you to easily build datagrid aka data tables with sortable columns and filters.

gem install datagrid
INSTALL
IMPORT
SIG · DATAGRID
D
datagrid
web-frameworkrubyv2.0.9
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Datagrid
require 'datagrid'

Define a grid with a scope and columns

require 'datagrid' class MyGrid include Datagrid scope do User.all end column(:name) end
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.0.9latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
0 hits · last 30 days

No traffic data recorded yet.

Resources
datagrid — gem install datagrid · libregistry