angular-ui/ui-grid

Internal filtering of Dates

Open

#4,454 opened on Oct 1, 2015

View on GitHub
 (0 comments) (0 reactions) (0 assignees)JavaScript (5,395 stars) (2,496 forks)batch import
good first issuetype: enhancement

Description

So, if I understand correctly (and maybe im not because im fairly new to this) if i want to implement some Date range filtering on the grid I have to go the route of using external/custom filters? I dont really want to disable the internal filtering functionality for all of my other grid columns just because i need a date range filter. Ive tried capturing the user input via the grid.columns[0].filters[0].term on the filterchanged event, but it comes up undefined. Through all my searching the fix is always to go external..If that is the fix, are there plans to handle Dates in the uiGridConstants.filters?

If this is viewed as a dupe of #2321 I apologize. But im looking for a solution that stays "Internal". Thanks

Contributor guide