bogdan / datagrid

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

how to support sinatra #96

Open youngorchen opened 10 years ago

youngorchen commented 10 years ago

can add one demo for sinatra?

bogdan commented 10 years ago

There is no problems using datagrid backend with sinatra. But frontend heavily depends on Rails form builders. And I am not sure I ever want to support frontend with out rails env loaded. It is huge amount of work to support all things done in actionview.