ngReactGrid
ngReactGrid copied to clipboard
A really fast Angular grid using the power of React to render. Based on ng-grid and jQuery DataTables.
Hello, in my case i have webpage, where i have dropdown and submit button control. So i want to load grid on click of submit button
Could you please kindly consider adding one more example html file with the following features...Please kindly attach to the project examples folder as it would be helpful for many as...
Hi Folks, I wonder if anyone else faced this issue. I am getting errors if I try to use ngReactGrid with React v0.13.0. The error I am getting is: angular.min.js:93...
I have a grid, in which I have check-box, text field and some other static fields. When user checks the checkbox, I want to make corresponding text field editable. Is...
as source data could be any type, we can keep it in `originalData`. but provide an api for user to define a format function for rendering purpose. the format function...
It will be very nice if there will be some translation options.
Hi, Can i use bootstrap css to style table, if yes what is way to do it.
I've resorted using this plugin as opposed to the regular ng-grid in angular, cuz we are using some heavy data. And I must say, you're grid is awesome. I am...
It would be nice to highlight search field entry in the cells. I am currently using this filter to highlight terms in the Angular rendered Table: ``` .ui-match { background:...
When I first wrote ngReactGrid, I did it out of necessity due to the limitations I was facing in the AngularJS application I was working with. Since then, I have...