Skip to content

Commit 1bb0275

Browse files
authored
Update README.md
Update readme
1 parent 5779c8e commit 1bb0275

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,11 @@ and include css in src/styles.scss
3535
## Table Options
3636
### New Options Introduced
3737
![Preview](https://raw.githubusercontent.com/sowvikr/angular-open-datagrid-lib/master/NewOptions.png)
38+
* **Common Search:** Enable common search for the table
39+
* **Cache Search:** Cache the search for the table
3840
### Pagination
3941
* **pagination [boolean]:** Enable pagination for the table.
40-
* **pageSize [number]:** Enable pagination for the table.
42+
* **pageSize [number]:** Page size for the table. If pagination enabled the page size is the rows in each page.
4143
### Events
4244
#### dataChanged [event]
4345
Get data change event with parameters.
@@ -59,8 +61,6 @@ Get data change event with parameters.
5961
2. Dark Theme (dark-theme)
6062
3. Standard Theme (standard-theme)
6163
4. Red Theme (red-theme)
62-
### Search
63-
* **commonSearch [boolean]:** Enable common search for the table.
6464
### Column Definitions
6565
#### Mandatory Options
6666
* **headerName [string]:** Header name of the particular column
@@ -129,5 +129,4 @@ rowData: [
129129
2. Unzip and open CMD and type npm start.
130130

131131
# Future Timeline
132-
1. Ability to render remote data.
133132
2. Make more fast and smooth.

0 commit comments

Comments
 (0)