You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: TODO.md
+17-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,14 @@
1
1
# TODO
2
2
3
-
# CURRENT (row filtering)
3
+
# CURRENT
4
+
5
+
1.[TODO] - Whens scrolled to the right and we update data, it doesn't re-render the rows. Only the left-most ones...
6
+
1.[BUG] - Rows change odd/even class if we add data and the grid is scrolled down... This is because the size of the data-set is changing, I think.
7
+
1.[TODO] - Change the deleted row check to use for newInN() instead of forEach().
8
+
<!-- 1. [TODO] - Allow identity function for row data, rather than using $$hashKey. -->
9
+
1.[TODO] - Check out using grunt-jscs-checker for js style checks
10
+
11
+
1.[TODO] - Move row filtering to feature module.
4
12
5
13
1.[TODO] - Make 'No Rows' message i18n
6
14
1.[BUG] - i18n causes an exception if a given value is not present.
@@ -46,8 +54,16 @@
46
54
1.[TODO] - Add handling for sorting null values with columnDef sortingAlgorithm (PR #940)
47
55
1.[TODO] - Currently uiGridColumnMenu uses i18n to create the menu item text on link. If the language is changed, they won't update because they're not bound...
48
56
57
+
# Grid Menu
58
+
59
+
1.[TODO] - Add "master" grid menu that overlays the whole grid when open (should have a decent-size padding that leaves and overlay with high opacity).
60
+
1.[TODO] - Make a master grid menu button using the font-awesome menu icon (add to fontello conf) that lives... somewhere... that won't move when columns scroll...
61
+
49
62
# Cleanup
50
63
64
+
1.[TODO] - Rename tutorials so they're consistent
65
+
1.[TODO] - Re-order tutorials
66
+
1.[TODO] - Build a tutorial index page.
51
67
1.[TODO] - Remove commented-out dumps from gridUtil
52
68
1.[TODO] - Rename gridUtil to uiGridUtil
53
69
1.[TODO] - Rename GridUtil in uiGridBody to gridUtil or the above
0 commit comments