Excel like filter in Vue Grid component
const filterOptions = { type: "Excel" };
When filtering by date, the list data does not appear. Other types, such as string and number, display correctly.
Excel like filter in Vue Grid component
const filterOptions = { type: "Excel" };
When filtering by date, the list data does not appear. Other types, such as string and number, display correctly.
Hi zhong,
Greetings from Syncfusion support,
It seems like you're encountering an issue with the date filtering in the Syncfusion Vue Grid component when using Excel-like filters. While string and numeric filtering work correctly, date filtering does not display the list data.
Possible Reasons and Solutions:
|
{ field: 'OrderDate', headerText: 'Order Date', width: 120, type: 'date' } |
|
import { setCulture, L10n } from '@syncfusion/ej2-base'; setCulture('en-US');
|
Debugging Steps:
Console Errors: Check your browser's developer console for any warnings or errors related to date parsing or component behavior if faced this, shared the details.
Minimal Reproduction: Try isolating the issue by creating a minimal reproducible example with only the essential grid configuration and data. This can help determine if there is a conflict elsewhere in your setup.
By addressing these aspects, you should be able to troubleshoot the issue with date filtering in the Vue Grid component.
Regards,
Kishore Muthukrishnan