Currently, I am utilizing ag-grid to showcase a list of columns. Within these columns, there is one designated for dates.
The objective is to allow users to modify rows and utilize a calendar function to choose specific dates. Once selected, the chosen date will automatically update in the cell.
I am seeking advice on how to make this functionality possible.
In accordance with Ag-grid guidelines, it is recommended to utilize cellEditor instead of cellRenderer when editing a cell and incorporating a calendar for date selection.
To explore examples and learn more about using cellEditor, visit https://www.ag-grid.com/javascript-grid-cell-editing/index.php. They provide detailed demonstrations on integrating Celleditor. Any assistance on enabling a calendar feature for each cell within the 'date' column would be greatly appreciated.