derekeder/csv-to-html-table

Make multiple columns links

Closed this issue · 4 comments

Hi, I've really tried everything I can think of to make multiple columns (as opposed to just one) use the format_link function.

I've tried

      custom_formatting: [[0,8, format_link]],

And many other permutations. I want Column 0 and 8 to use the link function. Is this possible?

This works:
custom_formatting: [[0, format_link], [8, format_link]]

I tried that but the spreadsheet fails to load.

Make sure to copy EXACTLY.
[[0, format_link], [8, format_link]]
You need the brackets around both, and dont miss any commas.
capture2
^^^ My implementation which works fine.

looks like this was addressed. thx @speedlover

closing