New:
- The
columnsobject in io.display.table and io.select.table now accept anaccessorKeyproperty, allowing renaming column names with shorthand key-based access instead of needing to specify arenderCellcallback. - The io.display.table method now accepts an optional
getDataproperty for fetching table data asynchronously in advanced use cases.