sp-dev-fx-webparts/samples/react-datatable-using-mui-t.../assets/sample.json

60 lines
2.1 KiB
JSON

[
{
"name": "pnp-sp-dev-spfx-web-parts-react-datatable-using-mui-tables",
"source": "pnp",
"title": "DataTable Web Part Using MUI table",
"shortDescription": "This web part provides mui datatable features for your lists.",
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-datatable-using-mui-tables",
"longDescription": [
"This web part provides mui datatable features for your lists."
],
"creationDateTime": "2022-01-30",
"updateDateTime": "2022-01-30",
"products": [
"SharePoint"
],
"metadata": [
{
"key": "CLIENT-SIDE-DEV",
"value": "React"
},
{
"key": "SPFX-VERSION",
"value": "1.12.1"
},
{
"key": "PNPCONTROLS",
"value": "PropertyFieldColorPicker, PropertyFieldListPicker, PropertyFieldMultiSelect, PropertyFieldOrder, WebPartTitle, Placeholder"
}
],
"thumbnails": [
{
"type": "image",
"order": 100,
"url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-datatable-using-mui-tables/assets/first.png",
"alt": "Data Table with MUI"
},
{
"type": "image",
"order": 101,
"url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-datatable-using-mui-tables/assets/second.png",
"alt": "Data Table with MUI"
}
],
"authors": [
{
"gitHubAccount": "jeffinjacob",
"pictureUrl": "https://github.com/jeffinjacob.png",
"name": "Jeffin Jacob"
}
],
"references": [
{
"name": "Build your first SharePoint client-side web part",
"description": "Client-side web parts are client-side components that run in the context of a SharePoint page. Client-side web parts can be deployed to SharePoint environments that support the SharePoint Framework. You can also use modern JavaScript web frameworks, tools, and libraries to build them.",
"url": "https://learn.microsoft.com/sharepoint/dev/spfx/web-parts/get-started/build-a-hello-world-web-part"
}
]
}
]