loicfrering / backbone.datagrid

A powerful component, based on Backbone.View, that displays your Backbone collections in a dynamic datagrid table.
http://loicfrering.github.io/backbone.datagrid/
MIT License
55 stars 14 forks source link

Allow passing extra filters when refreshing the datagrid #20

Closed shagi closed 11 years ago

shagi commented 11 years ago

Currently the Datagrid._request function takes an options parametter, but it's data property is ignored. Taking data into account allows pasing extra filters to the datagrid, so it can be updated with external searches.

loicfrering commented 11 years ago

Thanks!