bogdan / datagrid

Gem to create tables grids with sortable columns and filters
MIT License
1.02k stars 116 forks source link

add ActiveRecord::Result to available drivers #181

Closed vitalikdanchenko closed 8 years ago

bogdan commented 8 years ago

There are many classes like that... you should just call each without block on a result to convert it to Enumerator and datagrid will handle it.