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
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
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.