You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On every other InstantSearch flavours widgets have a simple API to perform any operation on the items before they are renderer. (ex: sort, map, ...)
From React-InstantSearch documentation:
Function to modify the items being displayed, e.g. for filtering or sorting them.
Takes an items as parameter and expects it back in return.
(items) => items.map(...)
The text was updated successfully, but these errors were encountered:
On every other InstantSearch flavours widgets have a simple API to perform any operation on the items before they are renderer. (ex: sort, map, ...)
From React-InstantSearch documentation:
The text was updated successfully, but these errors were encountered: