js/layout/table.js (7 lines): - line 18: // TODO [akamel] rename? this isn't a backbone data obj? - line 117: // TODO [akamel] can we use target instead? - line 125: // TODO [akamel] 1- check if $td is th; 2- throw if el is neither th or td as it is assumed in this function - line 150: // TODO [akamel] this shouldn't be here - line 161: // TODO [akamel] [perf] 8.5% - line 178: // TODO [akamel] merge attr that are on $metadata['attr'] - line 205: // TODO [akamel] consider filtering which props to copy/override js/projection/memory-sort.js (1 line): - line 52: // TODO [akamel] unset our properties only js/layout/renderer/virtualization.js (1 line): - line 1: // TODO [akamel] [bug] with large data set, jitters when scrolling to bottom js/projection/row-checkbox.js (1 line): - line 147: // TODO [akamel] this concept of check allow is strange js/projection/column-template.js (1 line): - line 16: // TODO [imang]: columns: ideally we should not need to read from select. js/vnext/projection/rows.js (1 line): - line 61: // TODO [wewei], use Fake items for better performance. js/projection/editable.js (1 line): - line 121: // TODO: wewei