csv-to-html-table icon indicating copy to clipboard operation
csv-to-html-table copied to clipboard

:arrow_down_small: Display any CSV (comma separated values) file as a searchable, filterable, pretty HTML table

Results 26 csv-to-html-table issues
Sort by recently updated
recently updated
newest added

It would be nice if we the user could convert our own file to a string and then pass it to the library instead of a file being passed

Hi, that's more of a question rather than an issue. Looking at your code example, is it possible to listen to changes for 'data/Health Clinics in Chicago.csv' and refresh the...

Option added to use filtering on singe columns. It is mainly based in this code https://datatables.net/extensions/fixedheader/examples/options/columnFiltering.html I don't normally work in javascript, I did my best to make the code...

How can you show up more then 1 csv file from the data folder ? Thanks in advance !

Hi, How can I get this to be an actual link that will point to autogenerated products, based on the info from the CSV file? Could concatenate the file link...

Hi, Thank you so much for this table generator, I am currently integrating this into my first website! I am currently trying to add a dropdown filter to filter the...

Hi! I've tried to add `"processing": true` to the datatables_options to display a 'processing' indicator, but this didn't work. `datatables_options: {"processing": true}` How can i do that? Also: Can i...

Would be a nice addition to make the table edditable and a possibility to save it afterwards

There are a few rows I'd like to hide from showing up, but leaving it intact on the original csv file. I noticed a few examples on datatables.net, but I...

It's possible someone won't want to display every column in their CSV. Could handle this by passing in a list of columns to exclude.