docs(components): [table-v2] fix dynamic-height examples error (#16635)

docs: fix dynamic-height examples error
This commit is contained in:
sea / 神秘海
2024-04-24 17:47:53 +08:00
committed by GitHub
parent b05eae1793
commit 76c2cbbeb2

View File

@@ -34,7 +34,7 @@ const textList = [shortText, midText, longText]
let id = 0
const dataGenerator = () => ({
id: `random:${++id}`,
id: `random-${++id}`,
name: 'Tom',
date: '2016-05-03',
description: textList[Math.floor(Math.random() * 3)],