We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e7091f commit 911762cCopy full SHA for 911762c
1 file changed
src/grid/Row.mjs
@@ -281,7 +281,7 @@ class Row extends Component {
281
}
282
283
// Add logical ID for Selection Models
284
- cellConfig.ds = {
+ cellConfig.data = {
285
cellId: `${me.id}__${column.dataField}`
286
};
287
@@ -350,7 +350,7 @@ class Row extends Component {
350
351
352
353
354
355
356
0 commit comments