rx-datatable API
    Preparing search index...

    Variable listCoreClassesConst

    listCoreClasses: Record<
        | "outerDiv"
        | "selected"
        | "unselected"
        | "parentSelected"
        | "padding"
        | "readOnlyWrapper",
        string,
    > = ...

    The class names used to render list items (defined in datatable.css). These are stable, but exposed as an object so that code written against the earlier makeStyles-based API keeps working. Colors come from CSS variables; see TableTheme.