columnAt
should work where at
works
#143
Labels
Category: Feature Request
Requests for library features
Difficulty: Core Contributor
Should only be attempted by a core contributor
Priority: Medium
Should be fixed in the next few sprints
Type: Bug
Something isn't working
As a user I suppose that there is no difference between using
table.at name
andtable.columnAt index
since both of them returnColumn
.The non-working example is each:
table.each (x: x.columnAt 0)
returns error:The text was updated successfully, but these errors were encountered: