UNPKG

@atlaskit/table-tree

Version:

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

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