rx-datatable API
    Preparing search index...

    Variable ListCoreConst

    ListCore: <T, K = T, ItemProps extends Styles = DefaultListItemProps>(
        p: ListCoreProps<T, K, ItemProps>,
    ) => Element = ...

    A basic list widget that supports selecting items, with optional multiselect support. It creates a sequence of rendered list items in <>{...}</>, i.e. with no parent element. However, each item is wrapped in a

    in order to (1) attach a click handler and (2) highlight the item if it is selected.

    Type Declaration