Backbone.Table icon indicating copy to clipboard operation
Backbone.Table copied to clipboard

Render any Backbone.js Collection as an HTML table.

Backbone.Table

Render any Backbone.js Collection as an HTML table. No rocket science here; basically just a Backbone.View wrapper around an Underscore.js template.

Examples

Extras

  • Each column's optional getValue accepts a function, the return value of which sets each cell's value attribute. Useful for table-sorting. See this interactive demo for an example.

  • Looking for dummy data? Try vertebrates.js.