You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,7 @@ The `ap-mesa` tag can have the following attributes:
75
75
| selected | Array | no | This should be provided when using the `selector` built-in format. See [*Row Selection*](https://github.com/andyperlitch/angularjs-table#row-selection). |
76
76
| track-by | String | yes | This string should be the unique key on data objects that ng-repeat should use to keep track of rows in the table |
77
77
| on-row-click | String | no | If provided, the contents of this attribute will be placed inside of an `ng-click` on each `<tr>`. Note that it will be evaluated in the row scope. See [*Row Scope & Cell Scope*](https://github.com/andyperlitch/angularjs-table#row-scope--cell-scope). |
78
-
| enabled-columns | any[]| no | If provided, represents the array of columns to display by their ids. See [*Enabling/Disabling Columns*](https://github.com/andyperlitch/angularjs-table#enabling-disabling-columns). |
78
+
| enabled-columns | any[]| no | If provided, represents the array of columns to display by their ids. See [*Enabling/Disabling Columns*](https://github.com/andyperlitch/angularjs-table#enabledisable-columns). |
0 commit comments