datagrid icon indicating copy to clipboard operation
datagrid copied to clipboard

Gem to create tables grids with sortable columns and filters

Results 6 datagrid issues
Sort by recently updated
recently updated
newest added

Is it possible to wire up a dynamic enum/select filter to something like this: https://select2.org/data-sources/ajax Would be useful when you have a proc/query that returns a lot of results.

I've ran into a specific case - I'd like to allow for one of the filter values to be `nil`, but also for that filter to not be ran. My...

I have explained my problems here: https://stackoverflow.com/questions/56619137/kaminari-pagination-with-ajax-got-stucked-at-loading

Hello! I am interested, if there is a way to use colspan attribute with datagrid to build "2-leveled" table headers. Thank you! Example: ![Image of Yaktocat](http://i57.tinypic.com/xe0fgh.png) Code: ``` html Details...

can add one demo for sinatra?

I am using this gem API to build a datatable endpoint on graphql. While testing some things I saw that this was not working: ::Chat::IndexGrid.new(order: "name", descending: false).data_hash It was...