bogdan / datagrid

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

[FAQ] How it is different from wice_grid ? #232

Closed kirantpatil closed 7 years ago

kirantpatil commented 7 years ago

Hi,

I came across wice_grid project, which looks same as that of datagrid.

Please let us know pro's and con's of both of them.

Thanks, Kiran.

bogdan commented 7 years ago

@kirantpatil I never tried wice_grid so I will not be an expert and my opinion would not be arbitrary as I will argue for datagrid anyway.

kirantpatil commented 7 years ago

@bogdan, thanks for your opinion. I am awaiting community members reply.

kirantpatil commented 7 years ago

I am closing right now. Please feel free to provide your comments.

benphelps commented 6 years ago

datagrid focuses on keeping the majority of code outside of your views and wice_grid does the opposite, most of the code is kept in your views. I feel like datagrid does a better job separating the grid logic and rendering logic, making for cleaner views and code that can be tested easier (always a good thing).