maxWidth; //设置类标题 @property (copy) NSString *title; /* 列标题视图 开发者可以对其进行修改 需要注意,NSTableHeaderCell是继承自NSTextFieldCell NSString *headerToolTip; //设置此列是否隐藏 @property (getter=isHidden) BOOL hidden; //设置此列所有行的数据载体视图 如果不设置 默认为NSTextFieldCell willDisplayCell:(id)cell forTableColumn:(nullable NSTableColumn *)tableColumn row:(NSInteger)row{ NSTextFieldCell