Questions tagged [angular-grid]

Angular Grid is a high performance and feature rich data grid for AngularJS. Light weight, minimal footprint, no external dependencies.

Angular Grid is a high performance and feature rich data grid for . Light weight, minimal footprint, no external dependencies.

The Angular Grid engine uses AngularJS where required and native Javascript at all other times, giving the best performance. A grid written solely in AngularJS will be inherently slower.

69 questions
1
vote
1 answer

angular generic ui display checkbox from html file

I am using this grid for angular version. https://generic-ui.com/guide/columns To show checkbox we can do following from ts file. { header: 'GuiCellView.CHECKBOX', field: 'isFruit', type: GuiDataType.BOOLEAN, view: GuiCellView.CHECKBOX, } Here is…
Sami In
  • 246
  • 2
  • 11
1
vote
1 answer

Angular generic-ui set custom href link in cell

I am using https://generic-ui.com/ grid in angular version. It is working fine. I have already displayed grid and all data in that. Now in one cell I want to set a href link. but in that cell text should be different and a href link should be…
Sam
  • 136
  • 7
1
vote
0 answers

How to add filters to charts in angular

I have followed the following example- link to create a chart as shown. As you can see in the example, if you edit the table using filters, the charts also gets edited accordingly. The issue that I am facing is, only the charts are getting displayed…
1
vote
0 answers

Create a comment box as in Excel inside angular grid

I am working on an angular grid where on hovering in an cell user should be able to add or update a note or a 'Comment' just like we have in Excel (a small test area should popup next to the cell with some text and should be editable). can anyone…
Hali
  • 591
  • 2
  • 5
  • 20
1
vote
1 answer

Column sorting issue in date field with dd/MM/YYYY format in angular ig-grid

In igx-grid, When we apply sorting in ascending and descending order with dd-mm-yyyy format, so sorting is not working with actual date, month and year wise. and only apply date wise sorting. When we apply sorting in ascending and descending order…
1
vote
2 answers

How to expand Angular Material Tab to show Angular Grid data?

I am using Angular 8 and want to show Angular Grid inside Angular Material Tab in following manner:-
simple user
  • 349
  • 3
  • 22
  • 44
1
vote
1 answer

Align gridster items using row and col values angularjs

I have created a dashboard using angularjs, kendoui charts and angular gridster (https://github.com/ManifestWebDesign/angular-gridster). So I have a function to add a gridster with chart like below :- // add widget to a…
Abhishek Sharma
  • 1,420
  • 1
  • 20
  • 30
1
vote
0 answers

cellRenderer Function in angular grid

I'm using angular grid version 1.2.5. Here is my colDef in controller. var columnDefs = [ {headerName: "ID", field: "osoba_id", width: 50, cellRenderer: function(params) { if(typeof params.value !== 'undefined') { …
1
vote
1 answer

How to inject ui.grid at controller level?

Can we Inject 'ui.grid' at controller level not at Module level. something like this. .controller('gridController', ['ui.grid', function ($scope) { }]) Error: [$injector:unpr] Unknown provider: ui.gridProvider <- ui.grid <- gridController
Shakeer Hussain
  • 2,230
  • 7
  • 29
  • 52
1
vote
2 answers

How to create an angular grid of image carousels in AngularJS

I'm using two plugins to achieve this but it doesn't work perfectly. The two plugins are angulargrid, and slick-carousel. Does anyone know of a plugin that does both these in one? Here is what I have with using both plugins, its almost good enough…
jonv562
  • 293
  • 1
  • 4
  • 23
1
vote
1 answer

AngularJs - How to get cell data of clicked row

I have created an Angular Js ui-grid, and last column consist with a button. when click on that button i need to get the data of each cell of that row. if anyone can help me to figure this out would be appreciate. var removeTemplate = '
1
vote
1 answer

how to make angular-gridster widget data content responsive?

i'm using angular-gridster for designing dynamic user dashboard. how can we make gridster widget data content responsive while resizing widget callback, can any one suggest me how to make it responsive.
1
vote
1 answer

Wrap ag-grid in an Angular Directive

I am creating a wizard to add a new appointment in our application. The last page of the wizard contains a tabbed section with all potential conflicts based on several criteria. Each tab is one of the criteria and uses an Angular Grid to show the…
ChristyPiffat
  • 359
  • 1
  • 6
  • 26
1
vote
1 answer

Using NgMask in a AngularGrid table dynamically

I'd like to use NgMask in an angularGrid table to edit fields, but I don't know how. The information from table cames from PHP and fields change depending on the search. How could I implement it? Link to NgMask:…
1
vote
0 answers

How to use angularGrid with Browserify?

I trying to implement angular-gird using Browserify. I used a configuration like this: { "name": "Project", "description": "Description", "version": "0.0.1", "repository": "...", "license": "License", "private": true, "dependencies":…
thomas3577
  • 11
  • 2