Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ekondur committed Jun 28, 2023
1 parent 801267a commit 37d084e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Expand Up @@ -223,6 +223,13 @@ To give class for these inputs:
```csharp
.ColumnSearching(true, "form-control")
```
To change the position of the search boxes (default is Footer):
```csharp
.ColumnSearching(true, SearchPosition.Header)
```
```csharp
.ColumnSearching(true, "form-control", SearchPosition.Header)
```
## Title
Set column header. Default is property name.

Expand Down

0 comments on commit 37d084e

Please sign in to comment.