【问题标题】:Ag-Grid : How to get the value of the cell on clicking the cellAg-Grid:如何在单击单元格时获取单元格的值
【发布时间】:2022-12-03 18:04:23
【问题描述】:

how can I get the value of the cell when the cell is clicked clicked in Angular?

this is my HTML :

    <ag-grid-angular  
    style=\"width: 100%; height: 300px;\" 
    class=\"ag-theme-alpine\"
    [rowData]=\"list\" 
    [columnDefs]=\"columnDefs\"
    [defaultColDef]=\"defaultColDef\"
    [pagination]=\"true\"
    [modules]=\"modules\"
    >
    </ag-grid-angular>

    标签: angular ag-grid


    【解决方案1】:
    猜你喜欢
    • 1970-01-01
    • 2019-09-06
    • 2022-11-30
    • 1970-01-01
    • 2018-12-25
    • 2020-09-25
    • 2020-10-11
    • 2018-08-05
    • 2020-04-05
    相关资源
    最近更新 更多