ColumnHelper
Typed helper for building column defs. The accessor member accepts either an AccessorFn or an accessor-key String and produces the corresponding accessor column def; display and group are the identity for symmetry with the JS API.
The first parameter of accessor is typed Any? because Kotlin cannot model "function or string" as a single type — pass a function for an accessor-fn column or a string for an accessor-key column.