khan4019 / tree-grid-directive

Need one or more maintainer for this! comment or email me if you are interested
http://khan4019.github.io/tree-grid-directive/test/treeGrid.html
347 stars 183 forks source link

How to filterable #78

Closed miguelcamargo9 closed 8 years ago

miguelcamargo9 commented 8 years ago

I want to add the field to filter , see that it is with this property, filterable : true, but to use a text box where you can filter creal not . can you help me

TrueDub commented 8 years ago

Could you explain your requirement further please?

For simple filtering, you add filterable: true to the columns you wish to filter on, and then include a text box in your HTML like:

<input class="input-sm pull-right" type="text"
                           data-ng-model="filterString" placeholder="Filter"/>
TrueDub commented 8 years ago

Closing due to lack of update.