I am using below column { headerName: 'Account Name', field: 'account_name', editable: true, cellEditor: 'agTextCellEditor', cellEditorParams: { maxLength: 20 }, },
I tried below settings but it's not workes { headerName: 'Account Name', field: 'account_name', editable: true, cellEditor: 'agTextCellEditor', cellEditorParams: { maxLength: 20, required: true }, },