Chat SDK adds table rendering and streaming markdown (opens in new tab)
**Published:** March 6, 2026 | **Authors:** Malte Ubl, Hayden Bleasel --- Chat SDK now renders tables natively across all platform adapters and converts markdown to each platform's native format during streaming. The `Table()` component is a new card element in Chat SDK that gives you a clean, composable API for rendering tables across every platform adapter. Pass in headers and rows, and Chat SDK handles the rest. ```javascript import { Table } from "chat"; await thread.post( Table({ he...
Read the original article