cfahlgren1 / hf-data-explorer

Chrome Extension for exploring Hugging Face datasets 🔎
https://chromewebstore.google.com/detail/hugging-face-datasets-exp/algkmpgdgbindfpddilldlogcbhpkhhd
24 stars 1 forks source link

Add DataGrid for Query Results #4

Closed cfahlgren1 closed 1 week ago

cfahlgren1 commented 1 week ago

Currently we are just returning the length of the results truncated to 500. However, we want to be able to see the results.

Ag-Grid is a very well supported option to do this.

Potentially others if it is easier to extend the grid with filtering, pagination etc components.