prateek04
Results
2
comments of
prateek04
I also have the same requirement.Rather than click on the cell. One column having cell with input field by default. You help will be appreciated.
what is string and IMyColumnDefinition and row.databasePkey here. { dataField: "databasePkey", text: "Remove", formatter: (cellContent: string, row: IMyColumnDefinition) => { if (row.canRemove) return this.handleDelete(row.databasePkey)}>Delete return null }, },