mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2025-12-19 17:58:43 -05:00
docs: fix missing column in selections call (#572)
This commit is contained in:
@@ -215,7 +215,7 @@ useEffect(() => {
|
|||||||
if (selectedRows.length) {
|
if (selectedRows.length) {
|
||||||
selections.select({
|
selections.select({
|
||||||
method: 'selectHyperCubeCells',
|
method: 'selectHyperCubeCells',
|
||||||
params: ['/qHyperCubeDef', selectedRows, []],
|
params: ['/qHyperCubeDef', selectedRows, [0]],
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
selections.select({
|
selections.select({
|
||||||
|
|||||||
Reference in New Issue
Block a user