mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Fixed #3388 - DataTable: Disable filter overlay panel when clicking outside
This commit is contained in:
parent
b0dd082644
commit
c3c3edcde8
7 changed files with 37 additions and 0 deletions
|
@ -137,6 +137,12 @@ const DataTableProps = [
|
|||
default: 'null',
|
||||
description: 'Layout of the filter elements, valid values are "row" and "menu".'
|
||||
},
|
||||
{
|
||||
name: 'filterOnOutsideClick',
|
||||
type: 'boolean',
|
||||
default: 'false',
|
||||
description: 'Whether to trigger filter apply when outside of the element is clicked.'
|
||||
},
|
||||
{
|
||||
name: 'filterLocale',
|
||||
type: 'string',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue