cannin / ihop-reach

A web application to access biological data extracted from biomedical literature.
https://reach.nrnb-docker.ucsd.edu
GNU Lesser General Public License v3.0
4 stars 4 forks source link

Make Details Panel Table Filterable #35

Closed cannin closed 4 years ago

cannin commented 5 years ago

Allow users to filter (e.g., half-star/full star)/search (e.g., sentences) the table.

filter-ui

RohitChattopadhyay commented 5 years ago

I searched a bit and found list.js satisfies our needs. Requesting your views. Thanks

cannin commented 5 years ago

What about this (it is much more widely used): https://www.npmjs.com/package/react-table

RohitChattopadhyay commented 5 years ago

image

Example Link Link1 Link2 Available pages

Requesting feedback @cannin Thanks

RohitChattopadhyay commented 5 years ago

Filter logic implemented here