Baserow 0.4: Filter, sort, and bug fixes

Last month, you may have completed a survey where you told us which features are most important to you. You can find the results of the survey here. Based on the feedback, we have created a new short-term roadmap and focused on filtering and sorting in September. We’re a bit behind schedule, but we have implemented these features, along with others. Baserow is now at version 0.4.

Filtering

You can now filter all rows in a view. You can filter by multiple fields and choose from various comparisons. For example, you can filter for rows where the name is ‘Bram.’ To configure your filters, click on the filter button in the header. If you have active filters and you change a cell value, it will instantly show if the row still matches the filters.

https://baserow-media.ams3.digitaloceanspaces.com/pagedown-uploads/blog\_september\_release\_filtering.png

Sorting

You can also sort rows in multiple orders. Click on the sort button in the headers to configure multiple sortings. For example, you can sort first by name and then by signup date. If you change a cell value, it will instantly show if the row will be moved.

https://baserow-media.ams3.digitaloceanspaces.com/pagedown-uploads/blog\_september\_release\_sort.png

All changes

In addition to filtering and sorting, we have made some bug fixes and added the URL field.

  • Filtering
  • Sorting
  • URL field
  • Fixed small validation bug when changing the link row table.
  • Prevented adding a newline to the long text field when pressing enter without selecting a cell
  • Fixed an error message saying 'Table X not in store’
  • Fixed a bug in the dropdown component where the selected value was not updating correctly