GanttBuilder<T>.Columns Method
| Name | Parameters | Description |
|---|---|---|
| Columns(JS) | value | An array of columns in the Gantt. Mirrors the client-side columns option. |
| Columns(Action<CollectionFactory<GanttColumnBuilder<T>>>) | configurator | An array of columns in the Gantt. Mirrors the client-side columns option. |
| Columns(IEnumerable<String>) | value | An array of columns in the Gantt. Mirrors the client-side columns option. |