jQWidgets Forums

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Custom filtering in jqx grid Custom filtering in jqx grid #73080

    in reply to: Custom filtering in jqx grid Custom filtering in jqx grid #73079

    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.

Viewing 2 posts - 1 through 2 (of 2 total)