From f3a761051a285015badd5e9924c27214934eb33b Mon Sep 17 00:00:00 2001 From: Matthew Date: Thu, 8 Aug 2024 07:35:06 -0400 Subject: [PATCH] Fix typos in DataTable documentation (#7006) Located at DataTable -> Filter -> Basic --- components/doc/datatable/filter/basicdoc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/doc/datatable/filter/basicdoc.js b/components/doc/datatable/filter/basicdoc.js index f0932fb8e2..b8eeed62dd 100644 --- a/components/doc/datatable/filter/basicdoc.js +++ b/components/doc/datatable/filter/basicdoc.js @@ -590,7 +590,7 @@ export default function BasicFilterDemo() {

Data filtering is enabled by defining the filters property referring to a DataTableFilterMeta instance. Each column to filter also requires filter to be enabled. Built-in filter element is a input field and - using filterElement, it is possible to customize the filtering with your own UI. Filter elements are display within a separe row when filterDisplay is defined as row. + using filterElement, it is possible to customize the filtering with your own UI. Filter elements are displayed within a separate row when filterDisplay is defined as row.

The optional global filtering searches the data against a single value that is bound to the global key of the filters object. The fields to search against is defined with the globalFilterFields.