We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3a8bc1 commit ffec518Copy full SHA for ffec518
components/registry/components/streamlit-itables.json
@@ -0,0 +1,25 @@
1
+{
2
+ "schemaVersion": 1,
3
+ "title": "ITables: Python DataFrames as Interactive DataTables",
4
+ "author": {
5
+ "github": "mwouts",
6
+ "displayName": "Marc Wouts"
7
+ },
8
+ "links": {
9
+ "github": "https://github.com/mwouts/itables",
10
+ "pypi": "itables",
11
+ "demo": "https://itables.streamlit.app",
12
+ "docs": "https://mwouts.github.io/itables"
13
14
+ "media": {
15
+ "image": "https://raw.githubusercontent.com/mwouts/itables/main/src/itables/logo/wide.svg"
16
17
+ "install": {
18
+ "pip": "pip install itables"
19
20
+ "governance": {
21
+ "enabled": true,
22
+ "notes": null
23
24
+ "categories": ["Dataframes", "Widgets"]
25
+}
0 commit comments