Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneswilm committed Feb 5, 2025
1 parent acfac2e commit 0563cdc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/documentation/Events.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ Fires before the `.refresh()` method is called.
### `datatable.search`
Fires on keyup during a search.

Two arguments are available: `query` which returns the query string entered and `matched` which returns an array of rows containing the matched string:
Two arguments are available: `query` which returns the query string entered and `matched` which returns an array of
rows containing the matched string:

```javascript
dataTable.on('datatable.search', function(query, matched) {
Expand Down
3 changes: 2 additions & 1 deletion docs/documentation/fixedHeight.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
#### Type: `boolean`
#### Default: `false`

Fix the height of the table. This is useful if your last page contains less rows than set in the perPage options and simply stops the table from changing size and affecting the layout of the page.
Fix the height of the table. This is useful if your last page contains less rows than set in the perPage options and
simply stops the table from changing size and affecting the layout of the page.

0 comments on commit 0563cdc

Please sign in to comment.