You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/BootstrapBlazor.Shared/Locales/en.json
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -5001,7 +5001,6 @@
5001
5001
"TableBaseTips1": "<code>Auto</code>: Use <code> cardview </code> mode when the screen is smaller than 768px, otherwise use <code> Table </code> mode",
5002
5002
"TableBaseTips2": "<code>Table</code>: Table rendering mode, using <code> table </code> elements for data rendering, suitable for viewing data in a wide screen",
5003
5003
"TableBaseTips3": "<code>CardView</code>:Card rendering mode, using <code> div </code> elements for data rendering, which is suitable for viewing data on a narrow screen",
5004
-
"TableBaseExplain3": "<code>Table</code> component has a <code> usecomponentwidth </code> attribute. Its default value is <code> false </code>, which means that the <code> window </code> width is used for judgment. When the setting value is <code> true </code>, it means that the component's own width is used for judgment",
"TableBaseNormalDescription": "Update data source when clicking button <code> items </code> component <code> Table </code> display data is automatically updated",
@@ -5079,7 +5078,6 @@
5079
5078
"ShowEmptyAttr": "Show no data prompts",
5080
5079
"ShowToastAfterSaveOrDeleteModelAttr": "Do you show a toast prompt box after a save/delete failure",
5081
5080
"TreeIconAttr": "Small arrow for tree data rows",
5082
-
"UseComponentWidthAttr": "Component rendering mode uses component width to determine",
5083
5081
"ScrollingDialogContentAttr": "Edit whether the pop-up box appears inside the scroll bar",
5084
5082
"FixedExtendButtonsColumnAttr": "Whether to fix the extended button column",
0 commit comments