Remove bold tags from docs-ui

Signed-off-by: Gustaf Räntilä <g.rantila@gmail.com>
This commit is contained in:
Gustaf Räntilä
2026-02-05 18:16:58 +01:00
parent 593ff66772
commit 6a31822388
@@ -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',