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
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]
4345Get data change event with parameters.
@@ -59,8 +61,6 @@ Get data change event with parameters.
59612 . Dark Theme (dark-theme)
60623 . Standard Theme (standard-theme)
61634 . 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: [
1291292 . Unzip and open CMD and type npm start.
130130
131131# Future Timeline
132- 1 . Ability to render remote data.
1331322 . Make more fast and smooth.
You can’t perform that action at this time.
0 commit comments