79776019

Date: 2025-09-26 13:51:54
Score: 0.5
Natty:
Report link

As of August, 14th 2025, this is now possible using the table block:

message table block in action

{
    "blocks": [
        {
            "type": "table",
            "rows": [
                [
                    {
                        "type": "raw_text",
                        "text": "Header A:1"
                    },
                    {
                        "type": "raw_text",
                        "text": "Header B:1"
                    }
                ],
                [
                    {
                        "type": "raw_text",
                        "text": "Data A:2"
                    },
                    {
                        "type": "raw_text",
                        "text": "Data B:2"
                    }
                ]
            ]
        }
    ]
}

Sources:

Reasons:
  • Probably link only (1):
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Felix Bernhard