Camelia ![Build Status](https://travis-ci.org/Vedana/camelia.svg)
Powerfull Angular components library
About
Camelia provides angular complex components: grid, pager, suggest, tree.
Some examples of Camelia usage can be found at https://github.com/Vedana/camelia-samples .
Components
Grid and pager components :
Declaration of a grid and pager components in a page :
<cm:dataGrid value="dataModel" id="myGrid" style="width: 800px; height:400px" rows="20">
<cm:dataColumn id="TOWN" title="Town" width="150px"></cm:dataColumn>
<cm:dataColumn title="Postal code" width="60px" fieldName="pc"></cm:dataColumn>
<cm:dataColumn title="Info 1" value="{{$row.name1}}" width="150px"></cm:dataColumn>
<cm:dataColumn title="Info 2" value="Before {{$row.name2|upper}} after" width="150px"></cm:dataColumn>
</cm:dataGrid>
<cm:pager for="myGrid"></cm:pager>
![Grid and pager components](https://cdn.rawgit.com/Vedana/camelia/master/readme/grid-sample1.png)
Installing Build (Distribution Files)
Bower
For developers not interested in building the Camelia library... use bower to install
and use the Camelia distribution files.
Change to your project's root directory.
bower install camelia
bower install camelia
Author
Olivier Oeuillot (oeuillot@vedana.com)
License
(Creative Commons License)
The licensor permits others to copy, distribute, display, and perform the work. In return, licenses may not use the work for commercial purposes -- unless they get the licensor's permission.
The licensor permits others to copy, distribute, display and perform only unaltered copies of the work -- not derivative works based on it.