Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
A control for displaying tabular data.
Table(columns=[], format='csv')
from mirmod.controls import Table @wob.receiver("value", "data", control=Table(columns=["name", "age", "city"], format='csv')) def receive_data(self, csv_data): self.data = csv_data
format
"csv"
"json"