Problem: By default, the Router component is unavailable in PS 1.7.7, so we need an alternative way to create and call Customer Search route to support PS 1.7.7.
Questions
Answers
Description?
Solution: use JS pure functions and PS bare search route when window.prestashop.component === 'undefined' Note: add Fullname column and a screenshot make this example looks better
Type?
improvement
BC breaks?
no
Deprecations?
no
Fixed ticket?
Fixes {paste the issue here}.
How to test?
Please indicate how to best verify that this PR is correct.
Possible impacts?
Please indicate what parts of the software we need to check to make sure everything is alright.
Problem: By default, the Router component is unavailable in PS 1.7.7, so we need an alternative way to create and call Customer Search route to support PS 1.7.7.
window.prestashop.component === 'undefined'
Note: add Fullname column and a screenshot make this example looks better