Skip to main content

Posts

Showing posts with the label No Record Found in Angularjs ng-grid ui-grid

no record found in angularjs ng-grid and ui-grid

Hello everyone, Today I am going to share a article about " no record found message "  in angularjs ng-grid and ui-grid etc. The live demo go to link http://embed.plnkr.co/Jj5sfS/preview In the below example, we are going to explain over ui-grid for "No Record Found Message" as given below. The Reference files           1.        http://ui-grid.info/release/ui-grid-unstable.css           2.        https://ajax.googleapis.com/ajax/libs/angularjs/1.3.9/angular.min.js           3.        http://ui-grid.info/release/ui-grid-unstable.js The AngularJs code-sample var app = angular.module( 'uigridApp' , [ 'ui.grid' , 'ui.grid.selection' , 'ui.grid.exporter' ]);  app.controller( "uigridCtrl" , function ($scope, $http) {       $scope.getJSONData = function () {...