Skip to main content

Questions tagged [ag-grid]

AG Grid is a client-side and server-side JavaScript grid which is designed to be framework agnostic. It is not dependent on any framework, allowing it to be easily integrated with any of them. Use this tag for questions related to problems with the configuration of AG Grid and its integration with other tools.

ag-grid
0 votes
0 answers
12 views

what could be causing hiding of columns after rendwering once in ag grid

I am using ag grid which has a side text This side bar contains 'columns' tab , on clicking of column name we can hide/unhide columns from ui So the issue I am facing is even tho I am providing hide:...
Meg's user avatar
  • 11
0 votes
0 answers
5 views

dynamic columns in ag-grid for timeseries data

i have an API that gives me timeseries data for weather sensors, the data looks like this : {date:Date, sensorName:string, value:number, unit:string...} let's take a use case, i make two calls for two ...
user1436883's user avatar
0 votes
0 answers
17 views

AG Grid Row Changed

Is there a way to capture when the user moves from one row to another in Ag-grid in angular. Tried row selected which only works when the a row is selected. My Grid is editable (some columns) and if ...
iShah's user avatar
  • 139
0 votes
0 answers
6 views

AG Grid : change field value when editing in fullRow mode

With AG Grid, when I edit a row in "fullRow" mode, is it possible to dynamically change the value of the next field? Something like that (I know that it doesn't work, it's just for example) :...
A.Baudouin's user avatar
  • 2,905
0 votes
0 answers
15 views

How to hide a specific column in AG-Grid on a condition

I'm Using Ag-Grid Enterprise in a .NET Project. I want to hide a column if user changes the visibility filter of that column. Its hide/show. Currently I'm Doing this : kpiData.forEach(function (kpi) {...
M Usman Sharjeel's user avatar
0 votes
0 answers
8 views

AgGrid - autoGroupColumn is not visible in tool Panel sideBar

is there a reason that a group column created with autoGroupColumnDef would not appear in the toolPanel? I seem to have the config right. I am creating a simple sideBar that would show 2 columns - one ...
Blondish's user avatar
  • 141
0 votes
0 answers
14 views

AG Grid Column Filter Defaults to Using Actual Column Values rather than Specified

I am using AG Grid v31.3.2 with React and only JavaScript. I am specifying the following 5 values to be displayed by default: Approved In Process Passed Back Recalled Submitted I do so with the ...
Scitosol's user avatar
  • 171
0 votes
0 answers
20 views

How to download CSV file to update datatable/ag-grid table in plotly dash?

I have a small app displaying an AG-Grid table from an existing dataframe (the dataframe is originally a csv file read at the at the beginning of the app): live_data = pd.read_csv('live_data.csv', ...
lgds's user avatar
  • 43
0 votes
0 answers
14 views

React renders different AG-Grid html in chrome vs firefox

The Ag grid library config we use dynamically applies the editable class to a column / cell. In chrome, the editable class is applied correctly. In firefox, it is not applied. What could be the reason ...
Marc Sloth Eastman's user avatar
0 votes
1 answer
30 views

onClick of rows of 'Master / Detail - Detail Grids' in ag-grid

onClick of rows of 'Master / Detail - Detail Grids' in ag-grid I want to perform some action, Is there any way to add onClick handler to ag-grid rows or cells? I am using 30.2.1 version of ag-grid, ...
Meg's user avatar
  • 11
0 votes
0 answers
18 views

How to Merge Cells with the Same Value in AG Grid Using Row Span or any other method in React?

I'm working on a React project where I use AG Grid to display some data. I have a column called "Year Range" which is dynamically calculated from a date field called stoppageStart. I want to ...
Arnav's user avatar
  • 1
0 votes
0 answers
17 views

Excel export and formatted number

I have a grid with numbers representing a type of error the number is translated into a string e.g. 0 => No Error When I do an excel export, I have numbers in the sheet But when I do a CSV export I ...
Mathieu Degroux's user avatar
0 votes
1 answer
16 views

Ag-Grid filter Date column compare by date only excluding the time portion

The field for the column is a Date with time so when filtering with equal a date only value, none is found. I tried the sample from [AG-Grid][1] But it does not filter at all. Any advice? I use AG-...
Ofer Gal's user avatar
  • 799
0 votes
0 answers
38 views

Apply a new CSS class to all cells within a range selection

I want to apply an additional CSS class to all selected cells within a range selection in AG Grid. I've been struggling with this for days and can't seem to find a solution. function applyValue() { ...
Schiedsrichter's user avatar
0 votes
0 answers
24 views

Make ag-grid search for formatted value in "quick filter"

I'm trying to implement a grid with a free text search box using the quick filter feature in AgGrid. I found that it doesn't search for the formtted value, only for the real value. I guess it could be ...
Mordechai Weinberg's user avatar

15 30 50 per page
1
2 3 4 5
337