Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Table Component #959

Draft
wants to merge 2 commits into
base: wiki
Choose a base branch
from
Draft

Table Component #959

wants to merge 2 commits into from

Conversation

SmokeyStack
Copy link
Member

This PR aims to resolve #955.

The current JSON configuration is as follow:

{
    "content": [
        {
            "column2": "Hello , World",
            "extra": "Yuip",
            "test": [
                "Stuff in the test column",
                "ylol"
            ]
        },
        {
            "column2": "Hello , World",
            "extra": "Yuip",
            "optional?": "Opt",
            "test": [
                "Stuff in the test row 2 column",
                "ylol",
                "8b83a891-7b20-4faf-931f-6976b4b8a9b28b83a891-7b20-4faf-931f-6976b4b8a9b28b83a891-7b20-4faf-931f-6976b4b8a9b28b83a891-7b20-4faf-931f-6976b4b8a9b2",
                1
            ]
        }
    ],
    "header": [
        "test",
        "column2",
        "extra",
        "optional?"
    ]
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Custom Component for Tables
1 participant