Evertras / bubble-table

A customizable, interactive table component for the Bubble Tea framework
MIT License
451 stars 27 forks source link

Filtering doesn't work on non-stringer values #133

Closed Evertras closed 1 year ago

Evertras commented 1 year ago

Currently, values cannot be filtered on non-stringer values. This means we can't filter for numbers in particular, which seems useful.

We should be able to filter on numbers as well as regular strings.