{"id":22031935,"url":"https://github.com/shmew/feliz.materialui.materialtable","last_synced_at":"2025-09-19T01:47:30.354Z","repository":{"id":49968023,"uuid":"222711552","full_name":"Shmew/Feliz.MaterialUI.MaterialTable","owner":"Shmew","description":"Fable bindings written in the Feliz-style for material-table.","archived":false,"fork":false,"pushed_at":"2021-06-17T15:25:07.000Z","size":30682,"stargazers_count":18,"open_issues_count":1,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-08-21T22:38:51.947Z","etag":null,"topics":["fable","feliz","material-table","material-ui","react","table"],"latest_commit_sha":null,"homepage":"https://shmew.github.io/Feliz.MaterialUI.MaterialTable/","language":"F#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Shmew.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"Contributing.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-11-19T14:11:57.000Z","updated_at":"2024-03-08T11:50:02.000Z","dependencies_parsed_at":"2022-07-30T23:47:53.757Z","dependency_job_id":null,"html_url":"https://github.com/Shmew/Feliz.MaterialUI.MaterialTable","commit_stats":null,"previous_names":[],"tags_count":28,"template":false,"template_full_name":null,"purl":"pkg:github/Shmew/Feliz.MaterialUI.MaterialTable","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shmew%2FFeliz.MaterialUI.MaterialTable","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shmew%2FFeliz.MaterialUI.MaterialTable/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shmew%2FFeliz.MaterialUI.MaterialTable/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shmew%2FFeliz.MaterialUI.MaterialTable/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Shmew","download_url":"https://codeload.github.com/Shmew/Feliz.MaterialUI.MaterialTable/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shmew%2FFeliz.MaterialUI.MaterialTable/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275867669,"owners_count":25542803,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-18T02:00:09.552Z","response_time":77,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["fable","feliz","material-table","material-ui","react","table"],"created_at":"2024-11-30T08:24:13.760Z","updated_at":"2025-09-19T01:47:30.316Z","avatar_url":"https://github.com/Shmew.png","language":"F#","funding_links":[],"categories":[],"sub_categories":[],"readme":"﻿# Feliz.MaterialUI.MaterialTable [![Nuget](https://img.shields.io/nuget/v/Feliz.MaterialUI.MaterialTable.svg?maxAge=0\u0026colorB=brightgreen)](https://www.nuget.org/packages/Feliz.MaterialUI.MaterialTable)\n\nFable bindings for [material-table](https://github.com/mbrn/material-table) with [Feliz](https://github.com/Zaid-Ajaj/Feliz) style api for use within MaterialUI.\n\nHere is a quick look:\n\n```fs\nopen Feliz\nopen Feliz.MaterialUI\nopen Feliz.MaterialUI.MaterialTable\n\ntype private RowData =\n    { name: string\n      surname: string\n      birthYear: int\n      birthCity: int }\n\nlet render = React.functionComponent (fun () -\u003e\n    Mui.materialTable [\n        materialTable.title \"My Title\"\n        materialTable.columns [\n            columns.column [\n                column.title \"Name\"\n                column.field\u003cRowData\u003e (fun rd -\u003e nameof rd.name)\n            ]\n            columns.column [\n                column.title \"Surname\"\n                column.field\u003cRowData\u003e (fun rd -\u003e nameof rd.surname)\n            ]\n            columns.column [\n                column.title \"Birth Year\"\n                column.field\u003cRowData\u003e (fun rd -\u003e nameof rd.birthYear)\n                column.type'.numeric\n            ]\n            columns.column [\n                column.title \"Birth Place\"\n                column.field\u003cRowData\u003e (fun rd -\u003e nameof rd.birthCity)\n                column.lookup\u003cint,string\u003e [ \n                    (34, \"İstanbul\")\n                    (63, \"Şanlıurfa\") \n                ]\n            ]\n        ]\n        materialTable.data [\n            { name = \"Mehmet\"\n              surname = \"Baran\"\n              birthYear = 1987\n              birthCity = 63 }\n            { name = \"Zerya Betül\"\n              surname = \"Baran\"\n              birthYear = 2017\n              birthCity = 34 }\n        ]\n    ])\n```\n\nFind documentation [here](https://shmew.github.io/Feliz.MaterialUI.MaterialTable/) with live examples.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshmew%2Ffeliz.materialui.materialtable","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshmew%2Ffeliz.materialui.materialtable","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshmew%2Ffeliz.materialui.materialtable/lists"}