Searching

from reactable import Reactable, embed_css
from reactable.data import cars_93

embed_css()

You can make the entire table searchable by setting searchable=True:

Custom searching

The table search method can be customized using the searchMethod argument in reactable(). See the Custom filtering guide for details and examples.