Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
nikimt committed Jun 22, 2015
1 parent 19b7a74 commit 8097d43
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# torso-brec
This project uses [backbone-torso](https://github.com/vecnatechnologies/backbone-torso) (a backbone-based framework) and [BREC](https://github.com/vecnatechnologies/brec-base) (beautiful, responsive, ergonomic, and configurable) styling and plugins.

## About
This project contains a view to handle BREC tables. It uses [DataTables](https://datatables.net/) to create a highly configurable table with server-side processing. To use this view, you will have to extend it with a URL where the data is located, initialize a collection, and input column information. In order to display the correct columns, you need to override columnInit to properly format your column information.
This project uses [backbone-torso](https://github.com/vecnatechnologies/backbone-torso) (a backbone-based framework) and [BREC](https://github.com/vecnatechnologies/brec-base) (beautiful, responsive, ergonomic, and configurable) styling and plugins. It contains a view to handle BREC tables that use [DataTables](https://datatables.net/) to create a highly configurable table with server-side processing.

## How to use
To use this view, you will have to extend it with a URL where the data is located, initialize a collection, and input column information. In order to display the correct columns, you need to override columnInit to properly format your column information.

## Credits
Originally developed by [Vecna Technologies, Inc.](http://www.vecna.com/) and open sourced as part of its community service program. See the LICENSE file for more details.
Expand Down

0 comments on commit 8097d43

Please sign in to comment.