Skip to content

Commit 11bb13b

Browse files
author
Andrew Perlitch
committed
update to readme
1 parent a76a796 commit 11bb13b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ The `ap-mesa` tag can have the following attributes:
7575
| 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). |
7676
| 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 |
7777
| 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). |
7979

8080

8181
Options Object

0 commit comments

Comments
 (0)