backbone.datagrid icon indicating copy to clipboard operation
backbone.datagrid copied to clipboard

A powerful component, based on Backbone.View, that displays your Backbone collections in a dynamic datagrid table.

Results 14 backbone.datagrid issues
Sort by recently updated
recently updated
newest added

Hi, how to personnalize header row icons without override the method ? thanks

Hi, On a Backbone view, when i init my DataGrid and set the view with a function using an underscore bind like this: ``` javascript this.statsGrid = new DataGrid({ ........

When there aren't any results, the datagrid's header is displayed with the emptyMessage. IMO, the header should not be displayed.

It would be nice if there was an option to change the order of the columns, by dragging the column and dropping it where you want like this : http://www.datatables.net/release-datatables/extras/ColReorder/index.html