Remove bold tags from docs-ui
Signed-off-by: Gustaf Räntilä <g.rantila@gmail.com>
This commit is contained in:
@@ -36,13 +36,13 @@ export const useTableOptionsPropDefs: Record<string, PropDef> = {
|
||||
type: 'enum',
|
||||
values: ['function'],
|
||||
description:
|
||||
'Function that returns or fetches data (required for "offset" and "cursor" modes). For the "complete" mode, either this <b>or</b> `data` must be provided. Signature varies by mode.',
|
||||
'Function that returns or fetches data (required for "offset" and "cursor" modes). For the "complete" mode, either this or `data` must be provided. Signature varies by mode.',
|
||||
},
|
||||
data: {
|
||||
type: 'enum',
|
||||
values: ['T[]'],
|
||||
description:
|
||||
'The data for the table. Only applicable for "complete" mode, and either this <b>or</b> `getData` must be provided.',
|
||||
'The data for the table. Only applicable for "complete" mode, and either this or `getData` must be provided.',
|
||||
},
|
||||
paginationOptions: {
|
||||
type: 'enum',
|
||||
|
||||
Reference in New Issue
Block a user