Skip to content

Resolve "Make it possible to search in the gallery view"

Petr Stribny requested to merge 704-gallery-view-search into develop

This MR brings grid-like search functionality to the bufferedRows store and consequently to the gallery view.

It also fixes a bug when startIndex for fetching rows could be negative and it handles the edge case when a new field is inserted with a default value that matches the current search in the real-time fashion.

Merge Request Checklist

  • changelog.md has been updated if required
  • New/updated Premium features are separated correctly in the premium folder
  • The latest Chrome and Firefox have been used to test any new frontend features
  • Documentation has been updated
  • Quality Standards are met
  • Performance: tables are still fast with 100k+ rows, 100+ field tables
  • The redoc API pages have been updated for any REST API changes
  • Our custom API docs are updated for changes to endpoints accessed via api tokens
  • The UI/UX has been updated following UI Style Guide

Closes #704 (closed)

Edited by Petr Stribny

Merge request reports