You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to show a preview of CSV document resources like we do for media and PDFs.
The client is aware that the document is a CSV since the API response for the resource returns it with extension: "csv".
The client will:
use a custom function to efficiently determine the delimiter and process the CSV data
use the react-data-grid library (already used in MS) which comes with virtualized scrolling out of the box, to only renders rows currently visible in the viewport and prevent performance issues
The page with the preview will show the title, abstract, and the table
Note
Add support to .xls & .xlsx files too if the implementation is simple enough to be accommodated in this issue
The text was updated successfully, but these errors were encountered:
We want to show a preview of CSV document resources like we do for media and PDFs.
The client is aware that the document is a CSV since the API response for the resource returns it with
extension: "csv"
.The client will:
The page with the preview will show the title, abstract, and the table
Note
Add support to .xls & .xlsx files too if the implementation is simple enough to be accommodated in this issue
The text was updated successfully, but these errors were encountered: