1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-06-01 21:42:20 +02:00
Commit graph

107 commits

Author SHA1 Message Date
Max Guglielmi bd9740c419 Cleaned destroy method of TableFilter class 2016-01-14 21:13:19 +11:00
Max Guglielmi ada1374ade Fixed tests for reset feature behaviour unit test (grid-layout, paging) 2016-01-14 19:35:46 +11:00
Max Guglielmi 3db685f0c9 Started disconnecting _resetGrid 2016-01-13 17:45:44 +11:00
Max Guglielmi 671bd18ee6 Added unit tests for select filter with disabled onchange event 2016-01-13 15:22:46 +11:00
Max Guglielmi 4e2ae18aff Continued pub-sub refactoring 2016-01-12 17:46:27 +11:00
Max Guglielmi 5568663f46 initial commit 2016-01-11 18:35:21 +11:00
Max Guglielmi 8427f58b2f Added watermark tests, removed commented out code 2016-01-11 12:41:25 +11:00
Max Guglielmi fbd8fa52d2 Added tests for dropdown change event 2016-01-09 20:22:57 +11:00
Max Guglielmi fe2e06e637 Added _buildSubmit button method 2016-01-09 13:42:33 +11:00
Max Guglielmi 4a7f935272 Added the _buildInputFilter method 2016-01-08 17:44:22 +11:00
Max Guglielmi cf876c730f Merge branch 'pub-sub-refactoring' into issue-90-init-refactor 2016-01-08 15:21:02 +11:00
Max Guglielmi c9b5a28f3a Merged master in for issue 94 2016-01-08 09:17:16 +11:00
Max Guglielmi 20aa5c2e9c Issue 94, excludeHiddenCols param for APIs 2016-01-07 18:29:27 +11:00
Max Guglielmi 2a0ed49314 Initial commit 2016-01-04 17:59:30 +11:00
Max Guglielmi fd8d5c759c Improved emitter logic 2016-01-03 13:49:04 +11:00
Max Guglielmi ea478ec500 Continued refactoring EvtManager 2016-01-03 01:33:31 +11:00
Max Guglielmi 9964032b88 Added cell-processed event, improved alternateRows 2016-01-02 14:43:00 +11:00
Max Guglielmi da9f8ad885 Finalised unit tests, removed applyProps method in tablefilter class 2015-12-28 17:53:03 +11:00
Max Guglielmi b20e9899b1 Added unit tests for emiitter 2015-12-28 11:18:55 +11:00
Max Guglielmi 9dcf63866b Run build 2015-12-25 13:06:54 +11:00
Max Guglielmi 43f2b2b36b Fixed filtering issue with date types 2015-12-21 17:25:25 +11:00
Max Guglielmi f399dc85ec Fixed issue #70, paging sort when column is filtered 2015-12-20 16:58:39 +11:00
Max Guglielmi 0f5811cdd9 Refined no results container 2015-12-11 18:25:12 +11:00
Max Guglielmi 82f4bf5244 Fixed var leftover in NoResults module 2015-12-09 17:33:44 +11:00
Max Guglielmi 5215673f81 Added unit tests 2015-12-09 17:24:45 +11:00
Max Guglielmi 06e1098ef2 Fixed tests, removed disable() call from a feature destroy 2015-12-06 22:33:11 +11:00
Max Guglielmi 28a74d1146 Completed filter operators unit tests 2015-11-29 21:27:43 +11:00
Max Guglielmi 20517cdfe2 Started unit tests for filter operators 2015-11-29 11:46:20 +11:00
Max Guglielmi 91cd6a88c5 Fixed paging-sort integration when paging persistence is on 2015-11-21 22:12:47 +11:00
Max Guglielmi 3565c0dad3 Implemented Feature base class for statusBar 2015-11-21 16:48:03 +11:00
Max Guglielmi 310247bd48 Implemented Feature base class for popupFilters 2015-11-21 14:41:40 +11:00
Max Guglielmi f2c5bf33f5 Started feature base class for grid layout 2015-11-16 23:21:19 +11:00
Max Guglielmi dcb271e0ba Initial commit 2015-11-15 02:14:13 +11:00
Max Guglielmi 3e271bb1cf Fixed getColValues returned data casing 2015-11-07 18:55:44 +11:00
Max Guglielmi bd2aa92fe4 Added includeHeaders parameter to getColValues helper and updated associated unit tests 2015-11-07 18:17:59 +11:00
Max Guglielmi 81819b9f9e Enhanced getCellData helper and associated unit test 2015-11-07 17:00:29 +11:00
Max Guglielmi abd94108d7 Fixed sorting callbacks and updated unit tests 2015-10-31 22:26:48 +11:00
Max Guglielmi a6d4fa458e Instantiate TableFilter with table DOM element 2015-10-31 19:00:28 +11:00
Max Guglielmi cc4b931bf5 Updated getTableData method, updated tests and README 2015-10-28 18:09:37 +11:00
Max Guglielmi b42ffa5339 Reduces Array utility function in tablefilter module 2015-10-19 23:41:09 +11:00
Max Guglielmi e82980f404 Added test cases to linkted filters 2015-10-18 19:58:08 +11:00
Max Guglielmi 3cf267976c Added exact query match by column feature 2015-10-14 00:15:18 +11:00
Max Guglielmi 23d2eb05e3 Fixed popup filter with none filter type 2015-10-11 11:36:28 +11:00
Max Guglielmi 2cbf580816 Fixed typo in test load filters on demand 2015-09-20 22:38:36 +10:00
Max Guglielmi c90ee239df Renamed fill_slc_on_demand configuration option load_filters_on_demand 2015-09-20 22:31:09 +10:00
Max Guglielmi 02a15e69bf Renamed fill_slc_on_demand option load_filters_on_demand 2015-09-20 18:42:00 +10:00
Max Guglielmi b8a773c46d Fixed single filter search 2015-08-11 21:28:26 +10:00
Max Guglielmi d6267c89b0 Allow always visible rows when paging is on 2015-08-01 17:45:29 +10:00
Max Guglielmi dec9ac553b Fixed tests for data retrieval for test-api 2015-07-31 16:41:35 +10:00
Max Guglielmi c5104a51d6 More API tests 2015-07-30 17:22:06 +10:00