mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-21 21:47:17 +00:00
* Add data-cy * Add utils * Add spec and constants * Fix commented lines. * Added missing preview
7 lines
235 B
JavaScript
7 lines
235 B
JavaScript
export const listviewText = {
|
|
defaultWidgetName: "Listview1",
|
|
showBottomBorder: "Show bottom border",
|
|
rowHeight: "Row height",
|
|
noEventHandlerMessage: "This listview doesn't have any event handlers",
|
|
listData: "List data",
|
|
};
|