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