Skip to content

v0.31.0

Choose a tag to compare

@jacobmischka jacobmischka released this 13 Oct 19:41
· 453 commits to main since this release

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.

Read more ›