1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-05-16 21:36:41 +02:00
Commit graph

315 commits

Author SHA1 Message Date
koalyptus 4428f7b48b Renamed always_visible_rows option exlucde_rows 2017-10-22 20:57:01 +11:00
koalyptus e855fc5bbd Rename visibleRows excludeRows 2017-10-20 23:33:18 +11:00
koalyptus 763fbcc86e unit tests 2017-10-09 21:56:58 +11:00
koalyptus 3abca0ef22 wip (3) 2017-10-08 21:56:12 +11:00
koalyptus 7888a8ee24 wip (3) 2017-10-08 21:14:25 +11:00
koalyptus eb9ac51b5a wip 2017-10-02 22:15:35 +11:00
koalyptus 0b242aadc7 Fix link filters with paging on 2017-09-05 22:34:06 +10:00
koalyptus d23f6f4cc8 refactor _buildSubmitButton in TableFilter 2017-08-09 14:18:52 +10:00
koalyptus f0c9a800a5 Refine cell value coercion to number in filtering logic 2017-08-02 13:58:44 +10:00
koalyptus cc5c8b9ed5 Increased TableFilter coverage 2017-07-30 21:39:23 +10:00
koalyptus f96166be48 Fix setFilterValue with inexistent filter element 2017-07-26 11:30:36 +10:00
koalyptus 645437b5e3 getColValues optimisation from @rimace 2017-07-20 13:39:43 +10:00
koalyptus f2242c4e57 Removed external_flt_grid_option setting, make paths properties functions 2017-07-16 10:52:40 +10:00
koalyptus 72e78fd4bc Introduced settings helpers 2017-07-09 15:11:51 +10:00
koalyptus 2f1e065571 Remove hasExtensions and hasColWidths properties on TableFilter 2017-07-08 10:53:19 +10:00
koalyptus cdf7b926ba Allowing features instantiation without configuration 2017-07-02 21:53:40 +10:00
koalyptus d3addb09c4 Placed features instantiation inside init method 2017-07-01 21:41:49 +10:00
Max Guglielmi c6b876d7f9 Initial commit 2017-06-14 13:59:04 +10:00
Max Guglielmi 38424bfdca Started refactoring configuration options 2017-06-02 14:01:10 +10:00
Max Guglielmi 5043378c2c Refactor popup-filters options 2017-05-29 13:31:45 +10:00
Max Guglielmi 11e15f0482 Enforcing eslint rule 2017-05-25 13:51:44 +10:00
Max Guglielmi e8392b8fa5 Refactor help-instructions configuration option 2017-05-23 13:49:21 +10:00
Max Guglielmi c29cbda581 Refactor loader configuration options 2017-05-18 13:49:11 +10:00
Max Guglielmi aee6063410 Refactor status-bar config 2017-05-16 13:55:48 +10:00
Max Guglielmi 1de6a6288c updated unit tests 2017-05-13 20:51:10 +10:00
Max Guglielmi 06c3b3f025 Added base class for drop-down filter types 2017-05-07 16:05:36 +10:00
Max Guglielmi cb3a633807 Fixed tests 2017-05-07 00:35:24 +10:00
Max Guglielmi b0bc11007f Refactor logic for sorting drop-down filter options 2017-05-06 21:32:01 +10:00
Max Guglielmi 1b8bb8a9ea Added registerExtension method 2017-05-03 21:27:44 +10:00
Max Guglielmi 25101b278a Refactored options and updated unit tests 2017-05-02 22:31:02 +10:00
Max Guglielmi 890d004c3c Regrouped FEATURES destructuring 2017-05-01 21:45:17 +10:00
Max Guglielmi c7c20cdacf Removed commented out code 2017-05-01 21:41:24 +10:00
Max Guglielmi 3f2bc41176 Moved features definitions in const file 2017-05-01 21:36:51 +10:00
Max Guglielmi 70779f192c Started refactoring features instn 2017-05-01 09:36:47 +10:00
Max Guglielmi 2a8571d940 Production build 2017-04-23 05:34:54 +10:00
Max Guglielmi 37c90ed12b Started modulerising mark active columns feature 2017-04-22 06:22:50 +10:00
Max Guglielmi 76a61d5a01 Added dom method, made tbl property private 2017-04-14 19:30:58 +10:00
Max Guglielmi 06ed30de3b Added getColumnData and getColumnValues 2017-04-02 00:54:19 +11:00
Max Guglielmi 611fc1ba24 Continued simplyfing data retrieval APIs 2017-03-29 21:42:31 +11:00
Max Guglielmi 4f7249bfa4 Started simplying data retrieval APIs 2017-03-26 20:42:51 +11:00
Max Guglielmi c49eb2e50f Added results formatting to ColOps 2017-03-18 10:20:51 +11:00
Max Guglielmi 574e2c3761 Removed commented out code 2017-02-26 21:45:41 +11:00
Max Guglielmi 90b5e3cdca Renamed custom_cell_data option cell_parser 2017-02-26 21:43:36 +11:00
Max Guglielmi 5a496f228a Fixed destroyExtensions 2017-02-13 14:52:47 +11:00
Max Guglielmi 2e3e68bb6f Expanded no filters unit tests 2017-01-23 13:55:09 +11:00
Max Guglielmi 44af1dc552 Added doco comment to getCellValue + added date filtering tests 2017-01-21 10:40:45 +11:00
Max Guglielmi 7e5cd343d2 Changed signature od getTableData and getFilteredData 2017-01-17 14:20:11 +11:00
Max Guglielmi b15f3ed396 Started getCellData vs getCellValue 2017-01-16 14:04:55 +11:00
Max Guglielmi ff99b14f6b Address PR feedback 2017-01-15 17:26:35 +11:00
Max Guglielmi 77e606cf12 Cleaned code 2017-01-15 14:57:52 +11:00
Max Guglielmi 1f5ad88a39 Added columnCalc helper method 2017-01-13 17:05:39 +11:00
Max Guglielmi 995eda0498 Fixed unit tests 2017-01-12 23:42:58 +11:00
Max Guglielmi 9d8744392a Fix instantiation with 1 row 2017-01-04 14:09:18 +11:00
Max Guglielmi f41f268975 Addressed destroy TODO 2016-12-24 23:35:26 +11:00
Max Guglielmi b6b798b548 Removed commented out comment 2016-12-21 20:58:35 +11:00
Max Guglielmi 4711b71b80 Added comments 2016-12-21 20:54:21 +11:00
Max Guglielmi 6b43172199 Started moving hasArg function outside filter method 2016-12-20 14:16:53 +11:00
Max Guglielmi 7ef31a4c62 Moved highlight function into HighlightKeywords module 2016-12-19 13:51:48 +11:00
Max Guglielmi 47deeb1893 Removing highlight function from filter method 2016-12-18 22:44:23 +11:00
Max Guglielmi e54ac4b84f Increasing coverage 2016-12-09 14:14:08 +11:00
Max Guglielmi 8dee7d0cfb Continued increasing coverage 2016-12-08 22:16:47 +11:00
Max Guglielmi 29a8265efd Fixed typo 2016-12-01 21:39:08 +11:00
Max Guglielmi 7ede842828 Made renamed displayAllText into clearFilterText and made it accepting an array 2016-12-01 13:58:09 +11:00
Max Guglielmi 7a78e9d980 Prepared dist 2016-11-15 17:38:23 +11:00
Max Guglielmi fd9c257e52 Simplified WTFs in dropdown and checklist 2016-11-15 16:49:19 +11:00
Max Guglielmi a50e0fa4bc Removed element IDs from PopupFilter and CheckList 2016-11-10 15:44:38 +11:00
Max Guglielmi 7370173811 Removed unnecessary DOM element IDs 2016-11-10 14:16:57 +11:00
Max Guglielmi 9db430c1d1 Started id builder helper 2016-11-08 22:40:54 +11:00
Max Guglielmi d57ede865f Implemented ignore diacritics feature 2016-10-22 13:07:57 +11:00
Max Guglielmi c5b4251039 Started dateType unit tests 2016-10-12 14:15:19 +11:00
Max Guglielmi e73471e10a Fixed unit tests 2016-09-24 22:17:01 +10:00
Max Guglielmi 8b0bad54cc Fixed tests 2016-09-21 20:24:36 +10:00
Max Guglielmi 0be164c99f Fixed demos 2016-09-21 15:35:45 +10:00
Max Guglielmi 8fa502b2c4 Merged master in, added doco comments to dateType 2016-09-20 23:45:09 +10:00
Max Guglielmi bfe7293619 Re-refactored number type, continued 2016-09-19 20:35:34 +10:00
Max Guglielmi 7ecb53a701 Re-refactored number type 2016-09-19 17:37:45 +10:00
Max Guglielmi a0707554bb Continued date 2016-09-17 19:15:25 +10:00
Max Guglielmi c70aa29523 Continued date type 2016-09-14 18:03:45 +10:00
Max Guglielmi a3c4f2158b Started date type 2016-09-14 00:30:18 +10:00
Max Guglielmi 035801dc7e Initial commit 2016-09-11 00:07:46 +10:00
Max Guglielmi 6d32d6b5bd Moved clear button CSS class definition in ClearButton class 2016-09-01 18:07:24 +10:00
Max Guglielmi 7ea7e5be5c Finalised TableFilter documentation 2016-08-31 21:13:01 +10:00
Max Guglielmi 17ce8759ac Continued documentation for TableFilter 2016-08-29 19:03:32 +10:00
Max Guglielmi e770b13320 Additional comments in TableFilter 2016-08-17 17:31:41 +10:00
Max Guglielmi ed2f638bf2 Continued TableFilter 2016-08-14 14:14:52 +10:00
Max Guglielmi 34cc60ace9 Started comments for auto-generated doc in TableFilter 2016-08-11 17:25:00 +10:00
Max Guglielmi d222f32674 Added comments to Storage for auto-generated documentation 2016-08-08 17:22:25 +10:00
Max Guglielmi 5e316bc778 Added tests for searching numeric columns with strings 2016-07-30 17:59:08 +10:00
Max Guglielmi 603de740a3 Fixed checklist option click event 2016-07-02 14:06:12 +10:00
Max Guglielmi 35579453a6 Addressed issue 241, can filter in filters loaded callback 2016-06-15 11:29:20 +10:00
Max Guglielmi c4b3579e08 Added DOM changes unit tests 2016-06-13 19:17:13 +10:00
Max Guglielmi 7c2eb8ad4c Merged issue-197-misc-refactor in 2016-06-13 12:49:27 +10:00
Max Guglielmi e4ab8be82f Initial commit 2016-06-10 23:03:46 +10:00
Max Guglielmi 6070d9b52f Renamed GridLayout properties 2016-06-05 18:44:21 +10:00
Max Guglielmi 0172dea15f Added comments to checklist module for autogenerated docs 2016-06-05 01:41:44 +10:00
Max Guglielmi 2e2515586e Refactored Event module 2016-06-02 14:13:56 +10:00
Max Guglielmi f5848c7b8e Enhanced removeNbFormat helper 2016-06-02 13:31:58 +10:00
Max Guglielmi 8e5aba04e2 Removed unused TableFilter properties, added eslint rule 2016-05-31 19:22:21 +10:00
Max Guglielmi 3f58be9f8c Finalised hasGrid removal 2016-05-29 20:44:27 +10:00
Max Guglielmi 7c6ec56fa3 Renamed _hasGrid to initialized and hasGrid to isInitialized 2016-05-27 17:40:22 +10:00