angular-ui/ui-grid

Internal filtering of Dates

Open

#4,454 创建于 2015年10月1日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)JavaScript (5,395 star) (2,496 fork)batch import
good first issuetype: enhancement

描述

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

贡献者指南