Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using filters in view templates #149

Open
deanhavenga opened this issue Nov 8, 2017 · 1 comment
Open

Using filters in view templates #149

deanhavenga opened this issue Nov 8, 2017 · 1 comment

Comments

@deanhavenga
Copy link

deanhavenga commented Nov 8, 2017

I have a ng-repeater and I would like to add a tree-grid for each item in the repeater. I was hoping I could simply filter each subsequent tree-grid with the itemId in the repeater as one does in angularjs.

Eg.
<div bindonce ng-repeat="item in Items">
<tree-grid id="tree_grid_{{ item.ItemId }}" tree-data="tree_data" ng-repeat="tree in Trees | filter:{ fkItemId: item.ItemId }"></tree-grid>
</div>

Any ideas how to go about achieving this?

Thanks in advance

@reem80
Copy link

reem80 commented Nov 23, 2017

I have another problem regarding the filter. Is it possible to filter each column? so I want o add a search box for every column in my tree. Any Idea?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants