UNPKG

@atlaskit/dynamic-table

Version:

A dynamic table displays rows of data with built-in pagination, sorting, and re-ordering functionality.

5 lines 159 B
export const ASC = 'ASC'; export const DESC = 'DESC'; export const SMALL = 'small'; export const LARGE = 'large'; export const LOADING_CONTENTS_OPACITY = 0.22;