slickback icon indicating copy to clipboard operation
slickback copied to clipboard

(Archived) Slickback brings Backbone and SlickGrid together

Results 7 slickback issues
Sort by recently updated
recently updated
newest added

How can i handle error while pagination service failure ? Unfortunately there no error callback option available in slickback to intercept or override

bind table refresh to changes to underlying models as well as collection changes

Backbone 1.0 has an optimized set implementation. Without passing in reset option, fetchWithPagination will invoke fetch in backbone 1.0 forcing it to do set on the collection instead of reset....

Hi, I have a requirement to implement pagination for my slickgrid where iam using backbone collection to populate the grid. by default the slickback supports get request and pagination is...

Allows for providing rowlevel metadata to the grid. https://github.com/mleibman/SlickGrid/wiki/Providing-data-to-the-grid

I have an existing API returns entries in a different format than slickback expects. I planned on overriding the parse method, so I could transform the object into the expected...

You use the initialize function to install data view handlers, bind collection events etc. This means if I specify my own inititalize function on the collection, the slickback init doesn't...