iossifovlab / gpfjs

MIT License
0 stars 0 forks source link

fix gene profiles loading search result when loading search value fro… #1111

Closed IlinaGergova closed 1 month ago

IlinaGergova commented 1 month ago

…m state

Background

When loading the search value from state, the default table shows quickly before the filtered by the search result loads. Sometimes search triggers before the rows are loaded which results in showing the default table data despite having search value in the input (to reproduce that type in the search and reload multiple times) image

Aim

To remove the flicker (show directly the filtered result) and to fix the bug.

Implementation