mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +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
5
components/datatable/DataTable.d.ts
vendored
5
components/datatable/DataTable.d.ts
vendored
|
@ -587,6 +587,11 @@ export interface DataTableProps {
|
|||
* Fields for global filter
|
||||
*/
|
||||
globalFilterFields?: string[] | undefined;
|
||||
/**
|
||||
* Whether to trigger filter apply when outside of the element is clicked.
|
||||
* Default value is false.
|
||||
*/
|
||||
filterOnOutsideClick?: boolean | undefined;
|
||||
/**
|
||||
* Locale to use in filtering. The default locale is the host environment's current locale.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue