angular-ui/ui-grid

Internal filtering of Dates

已关闭

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

 (0 条评论) (0 个反应) (0 位负责人)JavaScript (2,496 个派生)batch import
good first issuetype: enhancement

仓库指标

星标
 (5,395 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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

贡献者指南