|
5344 | 5344 | "P21": "In this example change the indent width to <code>8px</code>" |
5345 | 5345 | }, |
5346 | 5346 | "BootstrapBlazor.Shared.Samples.Table.TablesWrap": { |
5347 | | - "H1": "Table wrapping example", |
5348 | | - "H2": "When the content of the header or the cell in the row is too long, the effect of omitting, wrapping, etc. can be realized by changing the style", |
5349 | | - "P1": "<b>Note:</b>Because the <code>Table</code> component has realized the function of adapting to the mobile terminal, this demo needs to be viewed on the computer side", |
5350 | | - "P2": "Example of super long header", |
5351 | | - "P3": "In some special cases, the header may be relatively long, and the header needs to be controlled within a fixed width. When the mouse moves over the header, <code>Tooltip</code> is displayed to display the complete header information.", |
5352 | | - "P4": "You can drag the window size, and the horizontal scroll bar will automatically appear when the window is too small", |
5353 | | - "P5": "I'm a super long schedule head", |
5354 | | - "P6": "I am a super long name header", |
5355 | | - "P7": "I am a super long address header", |
5356 | | - "P8": "The header is too long to wrap", |
5357 | | - "P9": "Wrap the super long header by setting <code>HeaderTextWrap</code>", |
5358 | | - "P10": "You can drag the window size. When the window is too small, the horizontal scroll bar will automatically appear, and the header will automatically wrap.", |
5359 | | - "P11": "I'm a super long schedule head", |
5360 | | - "P12": "I am a super long name header", |
5361 | | - "P13": "I am a super long address header", |
5362 | | - "P14": "Example of extra-long wrapping of cell data", |
5363 | | - "P15": "In some special cases, the cell content may be long and need to be wrapped", |
5364 | | - "P16": "You can drag the window size, the <b>address</b> column will be automatically wrapped when the window is too small", |
5365 | | - "P17": "Enable word wrapping by setting <code>TextWrap</code>", |
5366 | | - "P18": "<b>Note:</b> It is recommended to use <code>Width</code> to set the column width", |
5367 | | - "P19": "Time", |
5368 | | - "P20": "Name", |
5369 | | - "P21": "Address", |
5370 | | - "P22": "Example of over-length omission of cell data", |
5371 | | - "P23": "In some special cases, the content of the cell may be relatively long, and it needs to be omitted.", |
5372 | | - "P24": "You can drag the window size, and the <b>address</b> column will be automatically omitted if the window is too small", |
5373 | | - "P25": "Enable text ellipsis by setting <code>TextEllipsis</code>", |
5374 | | - "P26": "<b>Note:</b> It is recommended to use <code>Width</code> to set the column width. If the column width is not set, it will automatically use 200px width inside", |
5375 | | - "P27": "After the text in the cell is omitted, you can use the <code>ShowTips</code> property to control whether to display all the text on mouse hover, the default is <code>false</code>", |
5376 | | - "P28": "Drag the address column, the cell display content will automatically increase and decrease", |
5377 | | - "P29": "time", |
5378 | | - "P30": "Name", |
5379 | | - "P31": "Address", |
5380 | | - "P32": "Custom in-cell typography", |
5381 | | - "P33": "Use templates for special layout of in-cell data", |
5382 | | - "P34": "time", |
5383 | | - "P35": "Name", |
5384 | | - "P36": "Address", |
5385 | | - "P37": "state", |
5386 | | - "P38": "time" |
| 5347 | + "TablesWrapTitile": "Table wrapping example", |
| 5348 | + "TablesWrapDescription": "When the content of the header or the cell in the row is too long, the effect of omitting, wrapping, etc. can be realized by changing the style", |
| 5349 | + "TablesWrapTip": "<b>Note:</b>Because the <code>Table</code> component has realized the function of adapting to the mobile terminal, this demo needs to be viewed on the computer side", |
| 5350 | + "TablesWrapNormalTitle": "Example of super long header", |
| 5351 | + "TablesWrapNormalIntro": "In some special cases, the header may be relatively long, and the header needs to be controlled within a fixed width. When the mouse moves over the header, <code>Tooltip</code> is displayed to display the complete header information.", |
| 5352 | + "TablesWrapNormalDescription": "You can drag the window size, and the horizontal scroll bar will automatically appear when the window is too small", |
| 5353 | + "TablesWrapHeaderTextWrapTitle": "The header is too long to wrap", |
| 5354 | + "TablesWrapHeaderTextWrapIntro": "Wrap the super long header by setting <code>HeaderTextWrap</code>", |
| 5355 | + "TablesWrapHeaderTextWrapDescription": "You can drag the window size. When the window is too small, the horizontal scroll bar will automatically appear, and the header will automatically wrap.", |
| 5356 | + "TablesWrapLongDataTitle": "Example of extra-long wrapping of cell data", |
| 5357 | + "TablesWrapLongDataIntro": "In some special cases, the cell content may be long and need to be wrapped", |
| 5358 | + "TablesWrapLongDataTips1": "You can drag the window size, the <b>address</b> column will be automatically wrapped when the window is too small", |
| 5359 | + "TablesWrapLongDataTips2": "Enable word wrapping by setting <code>TextWrap</code>", |
| 5360 | + "TablesWrapLongDataTips3": "<b>Note:</b> It is recommended to use <code>Width</code> to set the column width", |
| 5361 | + "TablesWrapDataResizingTitle": "Example of over-length omission of cell data", |
| 5362 | + "TablesWrapDataResizingIntro": "In some special cases, the content of the cell may be relatively long, and it needs to be omitted.", |
| 5363 | + "TablesWrapDataResizingTips1": "You can drag the window size, and the <b>address</b> column will be automatically omitted if the window is too small", |
| 5364 | + "TablesWrapDataResizingTips2": "Enable text ellipsis by setting <code>TextEllipsis</code>", |
| 5365 | + "TablesWrapDataResizingTips3": "<b>Note:</b> It is recommended to use <code>Width</code> to set the column width. If the column width is not set, it will automatically use 200px width inside", |
| 5366 | + "TablesWrapDataResizingTips4": "After the text in the cell is omitted, you can use the <code>ShowTips</code> property to control whether to display all the text on mouse hover, the default is <code>false</code>", |
| 5367 | + "TablesWrapDataResizingTips5": "Drag the address column, the cell display content will automatically increase and decrease", |
| 5368 | + "TablesWrapCustomCellTitle": "Custom in-cell typography", |
| 5369 | + "TablesWrapCustomCellIntro": "Use templates for special layout of in-cell data", |
| 5370 | + }, |
| 5371 | + "BootstrapBlazor.Shared.Demos.Table.TablesWrap.TablesWrapNormal": { |
| 5372 | + "TablesWrapNormalColumHeaderText_DateTime": "I'm a super long schedule head", |
| 5373 | + "TablesWrapNormalColumHeaderText_Name": "I am a super long name header", |
| 5374 | + "TablesWrapNormalColumHeaderText_Address": "I am a super long address header" |
| 5375 | + }, |
| 5376 | + "BootstrapBlazor.Shared.Demos.Table.TablesWrap.TablesWrapHeaderTextWrap": { |
| 5377 | + "TablesWrapHeaderTextWrapColumHeaderText_DateTime": "I'm a super long schedule head", |
| 5378 | + "TablesWrapHeaderTextWrapColumHeaderText_Name": "I am a super long name header", |
| 5379 | + "TablesWrapHeaderTextWrapColumHeaderText_Address": "I am a super long address header" |
| 5380 | + }, |
| 5381 | + "BootstrapBlazor.Shared.Demos.Table.TablesWrap.TablesWrapLongData": { |
| 5382 | + "TablesWrapLongDataColumHeaderText_DateTime": "Time", |
| 5383 | + "TablesWrapLongDataColumHeaderText_Name": "Name", |
| 5384 | + "TablesWrapLongDataColumHeaderText_Address": "Address" |
| 5385 | + }, |
| 5386 | + "BootstrapBlazor.Shared.Demos.Table.TablesWrap.TablesWrapDataResizing": { |
| 5387 | + "TablesWrapDataResizingColumHeaderText_DateTime": "time", |
| 5388 | + "TablesWrapDataResizingColumHeaderText_Name": "Name", |
| 5389 | + "TablesWrapDataResizingColumHeaderText_Address": "Address" |
| 5390 | + }, |
| 5391 | + "BootstrapBlazor.Shared.Demos.Table.TablesWrap.TablesWrapCustomCell": { |
| 5392 | + "TablesWrapCustomCellColumHeaderText_DateTime": "time", |
| 5393 | + "TablesWrapCustomCellColumHeaderText_Name": "Name", |
| 5394 | + "TablesWrapCustomCellColumHeaderText_Address": "Address", |
| 5395 | + "TablesWrapCustomCellTemplate_State": "state", |
| 5396 | + "TablesWrapCustomCellTemplate_Time": "time" |
5387 | 5397 | }, |
5388 | 5398 | "BootstrapBlazor.Shared.Samples.Table.TablesTracking": { |
5389 | 5399 | "H1": "Table table", |
|
0 commit comments