angular-ui/ui-grid
在 GitHub 查看cellTooltip not working correctly when cellFilter has just date format
Open
#5,233 创建于 2016年3月17日
help wanted
仓库指标
- Star
- (5,395 star)
- PR 合并指标
- (30 天内没有已合并 PR)
描述
Please make sure each of the following is true before submitting a new issue. We are a small team with limited time and it is very difficult to manage issues if they aren't reported correctly.
- This is a bug report, not a question on how to use the grid.
Use Stack Overflow or Gitter for questions. - You have searched the open issues to see if this bug has been filed before. We don't want duplicate issues.
- You have reviewed the tutorials and documentation to ensure you are using the grid correctly. ui-grid.info
- You are using the latest version of the grid. Older versions are not patched or supported.
- You have provided steps to recreate your bug. A plunkr is even better.
If I give dateformat string and set cellTooltip: true, the tooltip is not displaying correctly.
For example:
{ field: 'mixedDate', displayName: "Cust Date", cellFilter: 'date:"dd-MM-yyyy HH:mm:ss"', filterCellFiltered:true, cellTooltip: true, width: '30%'}
As showing in the given plunker http://plnkr.co/edit/Olv74Y83jUaXQBvv8Mpg?p=preview