carbon-addons-iot-react icon indicating copy to clipboard operation
carbon-addons-iot-react copied to clipboard

[StatefulTable] hasSingleNestedHierarchy prop does not work

Open gdimitrov2 opened this issue 2 years ago • 0 comments

<>
      <StatefulTable
        id="assetAnalysisSummaryTable"
        columns={columns}
        data={tableData || []}
        options={{
          hasRowNesting: { hasSingleNestedHierarchy: true },
          hasRowSelection: "multi",
        }}
      />
    </>

Sandbox with an example: https://codesandbox.io/s/nostalgic-curie-n6o3fu

image

gdimitrov2 avatar Oct 23 '22 18:10 gdimitrov2