Version: 2022.3
public void AddColumn (Vector2 mousePosition, int activeColumnIndex);

参数

mousePosition Mouse position when adding a new column happened.
activeColumnIndex Column index at which to insert the new column.

描述

Invoked when the table view need to add a new column at a specific location.

It is up to the implementation to open a column selector.