UNPKG

@atlaskit/table-tree

Version:

A table tree is an expandable table for showing nested hierarchies of information.

3 lines • 109 B
export default function toItemId(id) { return "tabletreeitem-".concat(id).replace(/[^-_a-zA-Z0-9]/g, ''); }