Add and show a CSV data file on Quarto website #1533
Replies: 3 comments
-
Hi @javedali99, to add a search/query option you will have to include some Javascript like https://gridjs.io/ and http://tabulator.info/. |
Beta Was this translation helpful? Give feedback.
-
As an alternative proposal, you could consider converting the CSV to yaml and using a https://quarto.org/docs/websites/website-listings-custom.html#metadata-file-listings The 'table' style listing is designed to allow any number of fields and to handle sorting and filtering by them (though you will need to provide the list of fields you'd like displayed and the data-types of the fields if there is special ordering/filtering treatment that you'd like them receive). |
Beta Was this translation helpful? Give feedback.
-
Thank you very much @dragonstyle @rgaiacs. I will try these methods and see which one is more suitable for me. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi. I want to upload a CSV file that includes a few hundreds of data entries (rows) on my quarto website in a way it can be fully shown on the website and also add a search/query option for that CSV dataset.
Can anyone help me with how to do it? I am new to quarto.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions