Fixed #3388 - DataTable: Disable filter overlay panel when clicking outside

This commit is contained in:
Tuğçe Küçükoğlu 2023-01-11 11:35:41 +03:00
parent b0dd082644
commit c3c3edcde8
7 changed files with 37 additions and 0 deletions

View file

@ -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',