Hey question, did somebody ever tried to do a sear...
# help
e
Hey question, did somebody ever tried to do a search on specific columsn? Spryker by default has 1 searchbar for all fields in the table. but we want to be able to also search on a specific column for example.
e
you can define that in your table configuration with
getSearchableFields()
, check for example the OrdersTable:
vendor/spryker/sales/src/Spryker/Zed/Sales/Communication/Table/OrdersTable.php
is that what u meant?
e
Seems like that only extends the global search Would rather have for example that every header in the table is its own search field. Something like this
e
sounds like a custom feature 🙂
m
There is per default since 3 months this feature in spryker. Take a look on recents spryker gui releases. They are named searchableColumns and they are configurable according your reqs
e
uh, nice 😬 thanks! will check that as well.
e
Tnx! i will also check this out