-
Notifications
You must be signed in to change notification settings - Fork 247
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
11 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,6 @@ To enable the pagination plugin | |
|
||
| Name | Description | Type | | ||
|------------------------------|-----------------------------------------------|---------------| | ||
| enabled | to enable/disable pagination | boolean | | ||
| limit `optional` | rows per page | number | | ||
| page `optional` | initial page | number | | ||
| summary `optional` | to show/hide the pagination summary | boolean | | ||
|
@@ -36,7 +35,6 @@ new Grid({ | |
['Nisen', '[email protected]', '313 333 1923'] | ||
], | ||
pagination: { | ||
enabled: true, | ||
limit: 2, | ||
summary: false | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,6 @@ To enable or disable the global search plugin | |
|
||
| Name | Description | Type | Example | | ||
|----------------------------|--------------------------------|----------|---------------------| | ||
| enabled | to enable/disable the plugin | boolean | `true` or `false` | | ||
| keyword `optional` | to initiate with a keyword | string | `John` | | ||
| server `optional` | to enable server integration | object | [Server-side search](../examples/server-side-search.md) | | ||
| debounceTimeout `optional` | search debounce timout | number | `1000` (1 second) | | ||
|
@@ -32,9 +31,7 @@ new Grid({ | |
['Eoin', '[email protected]', '(05) 10 878 5554'], | ||
['Nisen', '[email protected]', '313 333 1923'] | ||
], | ||
search: { | ||
enabled: true | ||
} | ||
search: true | ||
}); | ||
``` | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2b37f49
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
gridjs – ./
gridjs-git-master-tinyapp.vercel.app
gridjs-tinyapp.vercel.app
gridjs.vercel.app
www.gridjs.io
gridjs.io