Skip to content

Commit 31340f0

Browse files
authored
Update README.md
1 parent 48ca266 commit 31340f0

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,20 @@ $scope.config =
7676
}
7777
```
7878

79+
## How configure columns show visibles
80+
Defines a property search inside property config
81+
82+
```
83+
$scope.config =
84+
{
85+
...
86+
"setupColumns": {
87+
"id": "name_of_table_with_cod_user_logged" //id tables with id user for persist in local storage
88+
}
89+
...
90+
}
91+
```
92+
7993
## How to set a value in the search field
8094
Use the auxiliary method "_setSearch" specifying the value
8195

0 commit comments

Comments
 (0)