Created
January 6, 2019 16:02
-
-
Save ozgurshn/4e417be0fa5338ba6dec8fb4bc749859 to your computer and use it in GitHub Desktop.
MLDataTable add column
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| let pagesColumn = MLDataColumn([124, 98, 280, 94]) | |
| bookTable.addColumn(pagesColumn, named: "Pages") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment