function getTableWrapperClasses
getTableWrapperClasses(props?: TableWrapperProps): string

Get classes for a table wrapper/container

Use this to wrap tables that need overflow handling or decoration

Parameters

optional
props: TableWrapperProps

Return Type

string

Usage

import { getTableWrapperClasses } from ".";