Dalbir Singh
Dalbir Singh
sortFn: function(a,b){return a > b} (see Sorting and Filtering) It may be renamed to 'sortingAlgorithm'. https://github.com/angular-ui/ui-grid/wiki/Sorting
Add bootstrap css file in your project or just add following class in your css file. ``` javascript .form-control { display: block; width: 100%; height: 34px; padding: 6px 12px; font-size:...
This is work for me : From Controller : ` $rootScope.$broadcast('ModelUpdate'); ` In custom-select directive : ` scope.$on('ModelUpdate', function () { getMatches(''); }); `
Hi @RutgerSwirski You can use following code in init() function: `this.viewer.findController= new PDFFindController({ eventBus: this.eventBus, linkService: this.linkService, });`
Is there any option to watch table is rendered so that we call ExpandAll event after load. Or Any property to set by default expended or collapsible.