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

This reverts commit c3c3edcde8.
This commit is contained in:
Tuğçe Küçükoğlu 2023-01-11 12:21:50 +03:00
parent df3f1ca5a9
commit b58ef712db
7 changed files with 0 additions and 37 deletions

View file

@ -137,12 +137,6 @@ 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',