Skip to content

Instantly share code, notes, and snippets.

@ozgurshn
Created January 6, 2019 16:02
Show Gist options
  • Save ozgurshn/4e417be0fa5338ba6dec8fb4bc749859 to your computer and use it in GitHub Desktop.
Save ozgurshn/4e417be0fa5338ba6dec8fb4bc749859 to your computer and use it in GitHub Desktop.
MLDataTable add column
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