1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-04-26 12:10:45 +02:00
TableFilter/test
2020-06-16 12:28:12 +10:00
..
libs Started fixing failing unit tests due to promise based implementation of dynamic requires 2017-02-03 23:58:50 +11:00
test-active-columns.html Added no filters test 2015-06-04 23:04:38 +10:00
test-active-columns.js unit tests 2017-11-01 22:11:24 +11:00
test-alternate-rows.html Addressing zebra rows with sort columnt at start option 2016-12-18 00:23:57 +11:00
test-alternate-rows.js alternate rows background inconsistency fix 2018-06-02 13:48:07 +10:00
test-api.html Changed signature od getTableData and getFilteredData 2017-01-17 14:20:11 +11:00
test-api.js unit tests 2017-11-01 22:11:24 +11:00
test-auto-filter.html Added auto filter tests 2015-06-05 23:10:25 +10:00
test-auto-filter.js introduce isKeyPressed in event module 2018-02-02 22:26:28 +11:00
test-callbacks.html Addressed issue 241, can filter in filters loaded callback 2016-06-15 11:29:20 +10:00
test-callbacks.js Fixed on_after_filter callback fired twice from checklist filter 2016-06-25 21:19:58 +10:00
test-case-sensitive-query.html Added no filters test 2015-06-04 23:04:38 +10:00
test-case-sensitive-query.js Continued refactoring EvtManager 2016-01-03 01:33:31 +11:00
test-cell-parser.html Renamed custom_cell_data option cell_parser 2017-02-26 21:43:36 +11:00
test-cell-parser.js Enforcing eslint rule 2017-05-25 13:51:44 +10:00
test-checklist.html Added no filters test 2015-06-04 23:04:38 +10:00
test-checklist.js Enhance filter options sorting based on column data type 2019-06-07 18:26:33 +10:00
test-clear-button.html more unit tests 2017-12-08 21:38:28 +11:00
test-clear-button.js prepare dist 2019-02-15 21:37:30 +11:00
test-col-ops-grid-layout.html Started fixing failing unit tests due to promise based implementation of dynamic requires 2017-02-03 23:58:50 +11:00
test-col-ops-grid-layout.js Started fixing failing unit tests due to promise based implementation of dynamic requires 2017-02-03 23:58:50 +11:00
test-col-ops-paging.html Started fixing failing unit tests due to promise based implementation of dynamic requires 2017-02-03 23:58:50 +11:00
test-col-ops-paging.js Fixed unit tests 2017-06-14 22:12:44 +10:00
test-col-ops.html Expanded colOps extension tests 2016-10-08 11:50:34 +11:00
test-col-ops.js Added results formatting to ColOps 2017-03-18 10:20:51 +11:00
test-col-widths.html Added no filters test 2015-06-04 23:04:38 +10:00
test-col-widths.js introduce default column width 2018-04-07 10:45:33 +10:00
test-cols-visibility-grid-layout.html Continued fixing tests 2017-02-04 01:00:29 +11:00
test-cols-visibility-grid-layout.js Fix + unit tests 2017-09-23 21:34:09 +10:00
test-cols-visibility.html Started columns visibility extension tests 2015-07-02 18:15:37 +10:00
test-cols-visibility.js Added dom method, made tbl property private 2017-04-14 19:30:58 +10:00
test-custom-options.html Added no filters test 2015-06-04 23:04:38 +10:00
test-custom-options.js fix selectOptions on CheckList to use checkbox value instead of text 2017-12-10 21:31:41 +11:00
test-data-types.html Issue #313 Made locale.addFormat more defensive 2016-10-19 13:39:59 +11:00
test-data-types.js Enhance filter options sorting based on column data type 2019-06-07 18:26:33 +10:00
test-date-type.html Started dateType unit tests 2016-10-12 14:15:19 +11:00
test-date-type.js Added base class for drop-down filter types 2017-05-07 16:05:36 +10:00
test-disable-enter-key.html Added no filters test 2015-06-04 23:04:38 +10:00
test-disable-enter-key.js Added test case for disabled enter key 2017-03-16 15:05:56 +11:00
test-disable-filter-onchange.html Added unit tests for select filter with disabled onchange event 2016-01-13 15:22:46 +11:00
test-disable-filter-onchange.js Renamed _hasGrid to initialized and hasGrid to isInitialized 2016-05-27 17:40:22 +10:00
test-dom-changes.html Added DOM changes unit tests 2016-06-13 19:17:13 +10:00
test-dom-changes.js Fixed unit tests 2017-06-14 22:12:44 +10:00
test-dropdown.html Added no filters test 2015-06-04 23:04:38 +10:00
test-dropdown.js Enhance filter options sorting based on column data type 2019-06-07 18:26:33 +10:00
test-emitter.html Added unit tests for emiitter 2015-12-28 11:18:55 +11:00
test-emitter.js Renamed _hasGrid to initialized and hasGrid to isInitialized 2016-05-27 17:40:22 +10:00
test-empty-cells-filtering.html Enhanced getText method, added test case 2016-03-29 18:18:03 +11:00
test-empty-cells-filtering.js Removed col_date_type option from test-empty-cells-filtering 2016-09-25 12:16:42 +10:00
test-exact-query-match.html Added no filters test 2015-06-04 23:04:38 +10:00
test-exact-query-match.js Continued refactoring EvtManager 2016-01-03 01:33:31 +11:00
test-excluded-rows.html Renamed always_visible_rows option exlucde_rows 2017-10-22 20:57:01 +11:00
test-excluded-rows.js more unit tests 2017-10-28 16:06:36 +11:00
test-external-filters.html Added external filters unit tests 2016-02-13 23:27:28 +11:00
test-external-filters.js exclude columns from Single filter filtering 2017-12-17 22:02:56 +11:00
test-filter-html-elements.html wip 2018-01-21 22:38:22 +11:00
test-filter-html-elements.js wip 2018-01-21 22:38:22 +11:00
test-filter-operators.html Completed filter operators unit tests 2015-11-29 21:27:43 +11:00
test-filter-operators.js 769 refine empty nonempty operators logic 2020-06-16 12:28:12 +10:00
test-filtering.html Added tests for searching numeric columns with strings 2016-07-30 17:59:08 +10:00
test-filtering.js Added dom method, made tbl property private 2017-04-14 19:30:58 +10:00
test-filters-visibility-grid-layout.html Continued fixing tests 2017-02-04 01:00:29 +11:00
test-filters-visibility-grid-layout.js Continued fixing tests 2017-02-04 01:00:29 +11:00
test-filters-visibility-with-button.html Continued fixing tests 2017-02-04 01:00:29 +11:00
test-filters-visibility-with-button.js Added dom method, made tbl property private 2017-04-14 19:30:58 +10:00
test-filters-visibility.html Finalised filters visibility extensions tests 2015-06-06 23:44:10 +10:00
test-filters-visibility.js Added dom method, made tbl property private 2017-04-14 19:30:58 +10:00
test-grid-layout.html Added no filters test 2015-06-04 23:04:38 +10:00
test-grid-layout.js Continued TableFilter 2016-08-14 14:14:52 +10:00
test-grouped-headers.html Initial commit 2016-09-20 13:40:38 +10:00
test-grouped-headers.js Fixed unit tests 2017-06-14 22:12:44 +10:00
test-hash.html Added hash unit tests 2016-03-20 22:44:41 +11:00
test-hash.js Fixed unit tests 2017-06-14 22:12:44 +10:00
test-help-responsive.html add unit tests - prepare dist 2020-05-14 12:40:44 +10:00
test-help-responsive.js add unit tests - prepare dist 2020-05-14 12:40:44 +10:00
test-help.html Added no filters test 2015-06-04 23:04:38 +10:00
test-help.js Fixed linting errors due to version bump of grunt-eslint 2017-06-28 20:47:32 +10:00
test-highlight-keywords.html Added no filters test 2015-06-04 23:04:38 +10:00
test-highlight-keywords.js fix unit tests 2018-09-13 01:52:51 +10:00
test-ignore-diacritics.html Added unit tests 2016-10-22 19:38:03 +11:00
test-ignore-diacritics.js Added unit tests 2016-10-22 19:38:03 +11:00
test-integration-paging-sort.html Fixed paging-sort integration when paging persistence is on 2015-11-21 22:12:47 +11:00
test-integration-paging-sort.js Fixed unit tests 2017-06-14 22:12:44 +10:00
test-linked-filters-disabled-options-grid-layout.html Added unit tests 2016-03-11 16:55:42 +11:00
test-linked-filters-disabled-options-grid-layout.js Fixed failing unit test 2016-07-02 14:43:07 +10:00
test-linked-filters-grid-layout.html Added unit tests 2016-03-11 16:55:42 +11:00
test-linked-filters-grid-layout.js Fixed failing unit test 2016-07-02 14:43:07 +10:00
test-linked-filters-load-filters-on-demand.html Made ColsVisibility container inherit font-size, expand linked filters unit tests 2017-08-27 10:54:05 +10:00
test-linked-filters-load-filters-on-demand.js Made ColsVisibility container inherit font-size, expand linked filters unit tests 2017-08-27 10:54:05 +10:00
test-linked-filters-paging.html Unit tests 2017-09-08 18:00:03 +10:00
test-linked-filters-paging.js Unit tests 2017-09-08 18:00:03 +10:00
test-linked-filters.html Added linked filters test 2015-06-10 20:53:20 +10:00
test-linked-filters.js linked filters refactor 2018-09-17 19:32:16 +10:00
test-load-filters-on-demand.html Renamed fill_slc_on_demand configuration option load_filters_on_demand 2015-09-20 22:31:09 +10:00
test-load-filters-on-demand.js Added comments to checklist module for autogenerated docs 2016-06-05 01:41:44 +10:00
test-loader.html fix events loader subscribes to 2018-10-27 21:46:27 +11:00
test-loader.js fix events loader subscribes to 2018-10-27 21:46:27 +11:00
test-no-config.html Removed external_flt_grid_option setting, make paths properties functions 2017-07-16 10:52:40 +10:00
test-no-config.js wip (3) 2017-10-08 21:56:12 +11:00
test-no-filters.html Added no filters test 2015-06-04 23:04:38 +10:00
test-no-filters.js Modified an option name (2) 2017-06-04 18:22:20 +10:00
test-no-headers.html Added no headers unit test 2016-02-01 18:11:45 +11:00
test-no-headers.js Fixed unit tests 2017-06-03 19:45:20 +10:00
test-no-results-message.html Added comments to paging 2016-07-31 21:49:38 +10:00
test-no-results-message.js Keep scrollbar when grid-layout on and no-results-message 2017-07-29 11:08:13 +10:00
test-no-rows.html Made cols visibility popup auto-closable on click-away 2017-01-07 22:51:49 +11:00
test-no-rows.js Enforcing eslint rule 2017-05-25 13:51:44 +10:00
test-one-row.html Fix TableFilter start-up when 1 header row only 2018-02-13 14:15:35 +11:00
test-one-row.js Fix TableFilter start-up when 1 header row only 2018-02-13 14:15:35 +11:00
test-paging.html Fix instantiation with 1 row 2017-01-04 14:09:18 +11:00
test-paging.js Fixed unit tests 2017-06-14 22:12:44 +10:00
test-popup-filter-one-row.html Add missing files to git 2017-11-30 14:36:03 +11:00
test-popup-filter-one-row.js Add missing files to git 2017-11-30 14:36:03 +11:00
test-popup-filter.html Initial commit 2016-09-20 13:40:38 +10:00
test-popup-filter.js exclude columns from Single filter filtering 2017-12-17 22:02:56 +11:00
test-popup-filters-grouped-headers.html Unit tests for popup-filters with grouped headers 2017-06-30 21:54:50 +10:00
test-popup-filters-grouped-headers.js Commented out test failing on build... 2017-06-30 22:12:31 +10:00
test-rows-counter.html Added no filters test 2015-06-04 23:04:38 +10:00
test-rows-counter.js Fixed unit tests 2017-06-14 22:12:44 +10:00
test-single-filter.html Fixed single filter search 2015-08-11 21:28:26 +10:00
test-single-filter.js Move single filter css class definition in single_filter literal object 2017-12-26 21:25:28 +11:00
test-sort-custom-sorter.html Added no filters test 2015-06-04 23:04:38 +10:00
test-sort-custom-sorter.js Added dom method, made tbl property private 2017-04-14 19:30:58 +10:00
test-sort-grid-layout.html Added no filters test 2015-06-04 23:04:38 +10:00
test-sort-grid-layout.js Fixed paging-sort integration when paging persistence is on 2015-11-21 22:12:47 +11:00
test-sort-key.html Added no filters test 2015-06-04 23:04:38 +10:00
test-sort-key.js Added dom method, made tbl property private 2017-04-14 19:30:58 +10:00
test-sort.html Added no filters test 2015-06-04 23:04:38 +10:00
test-sort.js Fixed paging-sort integration when paging persistence is on 2015-11-21 22:12:47 +11:00
test-state.html Added state unit tests 2016-03-20 22:07:52 +11:00
test-state.js PR feedback 2018-01-08 21:38:55 +11:00
test-status-bar.html Expanded StatusBar tests 2017-04-11 02:33:27 +10:00
test-status-bar.js wip (3) 2017-10-08 21:56:12 +11:00
test-storage-cookie.html Added unit tests 2016-04-08 17:43:55 +02:00
test-storage-cookie.js Fixed unit tests 2017-06-14 22:12:44 +10:00
test-storage-local.html Added unit tests 2016-04-08 17:43:55 +02:00
test-storage-local.js Fixed unit tests 2017-06-14 22:12:44 +10:00
test-tfoot.html more unit tests 2017-10-26 13:35:55 +11:00
test-tfoot.js more unit tests 2017-10-26 13:35:55 +11:00
test-thead.html more unit tests 2017-10-26 13:35:55 +11:00
test-thead.js sticky headers enhancement 2018-08-26 11:56:51 +10:00
test-toolbar.html unit tests 2017-10-09 21:56:58 +11:00
test-toolbar.js unit tests 2017-10-09 21:56:58 +11:00
test-uneven-rows.html tidy-up code 2017-12-03 21:48:00 +11:00
test-uneven-rows.js tidy-up code 2017-12-03 21:48:00 +11:00
test-watermark.html Added watermark tests, removed commented out code 2016-01-11 12:41:25 +11:00
test-watermark.js Increased TableFilter coverage 2017-07-30 21:39:23 +10:00
test.html Added responsive table option, updated unit tests 2016-04-04 11:08:57 +02:00
test.js remove commented out code 2017-11-30 13:57:11 +11:00