sp-dev-fx-webparts/samples/react-datatable-using-mui-tables/release/assets/ReactDatatableWebPartStrings_en-us_b7b8b3dc2975d10c3880c97c4438ff50.js
JeffinJacobExperion 7f7dfa72a9 React-datatable-using-muitables-initial-commit
This webpart can be used to leverage all possible features of mui data tables into your sharepoint lists. which includes modern ui, pagination, expand option and many more.
2022-01-30 13:07:34 +05:30

27 lines
1.2 KiB
JavaScript

define([], function () {
return {
"PropertyPaneDescription": "This webpart provides easy way to render sharepoint custom list in datatable view with all the necessary features.",
"BasicGroupName": "Group Name",
"DataTableTitleFieldLabel": "Webpart title",
"ConfigureWebpartButtonLabel": "Configure",
"ConfigureWebpartDescription": "Please configure the web part.",
"ListFieldValidation": "Please select the list fields.",
"ListPickerLabel": "Select a list",
"MultiSelectFieldLabel": "Select list fields",
"SortingToggleLabel": "Enable Sort",
"SortByLabel": "Default Sort By",
"SearchingToggleLabel": "Enable Search",
"SearchByLabel": "Default Search By",
"PaginationLabel": "Enable Pagination",
"DownloadAsCSVLabel": "CSV",
"CSVToggleLabel": "Enable CSV",
"PDFToggleLabel": "Enable PDF",
"DownloadAsPDFLabel": "PDF",
"EvenRowColorLabel": "Set Even Row Color",
"OddRowColorLabel": "Set Odd Row Color",
"OrderListItemsLabel": "Ordered List Items",
"ListConfigurationGroupName": "List Configuration",
"SearchAndSortGroupName": "Search and sort",
"AdvancedFeaturesGroupName": "Advanced Features"
}
});