MCPcopy Create free account
hub / github.com/Autodesk/react-base-table / expand-controlled.js

File expand-controlled.js

website/src/examples/expand-controlled.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1const columns = generateColumns(10)
2const data = generateData(columns, 200)
3
4const fixedColumns = columns.map((column, columnIndex) => {

Callers

nothing calls this directly

Calls 3

generateColumnsFunction · 0.85
generateDataFunction · 0.85
unflattenFunction · 0.85

Tested by

no test coverage detected