setRowSelection: (selectionConfig: IListSelectionConfig) => {
            actionsRef.current.setSelectionConfig(selectionConfig)
            const config = actionsRef.current.getSelectionConfig()                
            const { className = '' } = actionsRef.current.getTableProps()
            if (config) {