File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -35,9 +35,11 @@ and include css in src/styles.scss
35
35
## Table Options
36
36
### New Options Introduced
37
37
![ 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
38
40
### Pagination
39
41
* ** 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 .
41
43
### Events
42
44
#### dataChanged [ event]
43
45
Get data change event with parameters.
@@ -59,8 +61,6 @@ Get data change event with parameters.
59
61
2 . Dark Theme (dark-theme)
60
62
3 . Standard Theme (standard-theme)
61
63
4 . Red Theme (red-theme)
62
- ### Search
63
- * ** commonSearch [ boolean] :** Enable common search for the table.
64
64
### Column Definitions
65
65
#### Mandatory Options
66
66
* ** headerName [ string] :** Header name of the particular column
@@ -129,5 +129,4 @@ rowData: [
129
129
2 . Unzip and open CMD and type npm start.
130
130
131
131
# Future Timeline
132
- 1 . Ability to render remote data.
133
132
2 . Make more fast and smooth.
You can’t perform that action at this time.
0 commit comments