woocommerce/plugins/woocommerce-admin/client/analytics/report/taxes
Albert Juhé Lluveras d8ed3b6614 Implement tabular data filtering (https://github.com/woocommerce/woocommerce-admin/pull/1381)
* Move labels loading logic into a lib

* Move lib/labels into lib/async-requests

* Implement tabular data filtering

* Allow searching for string in report tables

* Add table filtering to customers table

* Get ids from searched string to populate the table

* Fix autocompleter keyboard interactions

* Improve props naming

* Cleanup report customers data store

* Prevent an edge case issue that might not update the selectedOptions when directily modifying the URL

* Fix wrong selected autocompleter option

* Add missing translation domain

* Move searchItemsByString to wc-api/items/utils.js

* Avoid autocompleter results appearing when there was no search string

* Alphabetically order 'allowFreeTextSearch' prop

* Reset selected table rows when directly modifying the URL

* Simplify props destructuring

* Undo customers data store change

* Simplify isProductDetailsView expression

* Improve order

* Filter tax code parts before modifying them
2019-02-01 10:55:19 +01:00
..
config.js Finish cleaning up client/store. (https://github.com/woocommerce/woocommerce-admin/pull/1403) 2019-01-30 02:22:10 -05:00
index.js Add Taxes report table (https://github.com/woocommerce/woocommerce-admin/pull/881) 2018-11-19 09:55:15 -06:00
table.js Implement tabular data filtering (https://github.com/woocommerce/woocommerce-admin/pull/1381) 2019-02-01 10:55:19 +01:00
utils.js Add/tax report filters/924 (https://github.com/woocommerce/woocommerce-admin/pull/1017) 2018-12-06 17:18:46 -05:00