Dataview using Angular js

Hi,
I have an appliaction where I have to give the auto search functionality, like filtering the records from the data view, since this can be achieved using Angular js,I just wanted to know how we can use data view with angular js.

And also I wanted to know if you could provide the sample code using angular to provide search functionality in data view

Hi,

I have an urgent requirement and need some help on the above query, can any one respond the above query from web ix team.

Based on the inputs in textbox I have to display the images in dataview.

Check http://webix.com/snippet/8c7ee8dd
Similar code can be used with any data component

Hi Maksim,

First of all thanks for the replay, but I was not asking about the datatable, I was asking about the dataview and also to the list, it would be appreciated if you could provide the snnipet of dataview/list using angular js.

If you see, if we want to develop the application using Angular we can not use the normal structure for providing the layouts and webix.ui, means we have to use various

to handle the GUI, can help us to identify the tutorial which help us to develop application using angular with web ix and how we can use html

The same code as in above snippet will work for any data component, just change the view=“datatable” to the view=“list” and it will work with list

http://webix.com/snippet/1648769e

Also, the shown filtering technique is default filtering approach from angularJS tutorial, there is nothing specific to Webix here. You can filter the data collection through any custom logic, and component will reflect changes as will do the normal angularJS view.

http://webix.com/snippet/e839852f is not working in notepad
for this syntax, it’s loading any data to the datatable…
Please help needed… I have not added any filtering statements here…
By default it should load the records right…

when i’m not using the angular then the datatable works fine indeed. only when include the angular scripts to load the data it display any records to the grid.

Please help

The linked snippet works fine for me. Can you provide the full code of the sample ( or demo link ) where problem can be checked ?