export const tableText = { defaultWidgetName: "table1", tableDocumentationLink: "Table documentation", defaultInput: [ { id: 1, name: "Sarah", email: "sarah@example.com" }, { id: 2, name: "Lisa", email: "lisa@example.com" }, { id: 3, name: "Sam", email: "sam@example.com" }, { id: 4, name: "Jon", email: "jon@example.com" }, ], placeHolderSearch: "Search", defaultPageIndexDetails: "of 1", currentPageIndexDetails: 1, defaultNumberOfRecords: "4 Records", optionDownloadCSV: "Download as CSV", optionDownloadExcel: "Download as Excel", oprionSelectAll: "Select All", headerFilters: "Filters", labelNoFilters: "no filters yet.", buttonLabelAddFilter: "+ add filter", buttonLabelClearFilters: "clear filters", labelColumn: "column", labelAnd: "and", id: "id", email: "email", name: "name", optionEquals: "equals", labelDynamicColumn: "Use dynamic column", makeEditable: "Make editable", lableDisableActionButton: "Disable action button", };