Hi,
I am new to Jq widgets. Using it with angular.
I have many angular jqx grids in my application which contains text, numbers as columns.I would like to have custom filters for my grids like if its a column containing text simple text input to search the content and if its a column with numbers the normal filter given by widgets.
The thing is i want to write it as generic so that i may use it in all the grids across the application.
My grid code is like $scope.employeeGridSettings:{
columns:[]
};
using the buildFilterPanel(filterpanel,datafield){} function . but my controller says filterpanel is not defined. Help me with a code snippet if possible.