v0.31.0
New
- The columns object in io.display.table and io.select.table now accept an accessorKey property, allowing renaming column names with shorthand key-based access instead of needing to specify a renderCell callback.
- The io.display.table method now accepts an optional getData property for fetching table data asynchronously in advanced use cases.