I encountered a scenario where a table had a colum which contained a URL and I didn't need a URL label to be displayed alongside it.
A row level data-tablesaw-no-labels would remove the labels for every td in that row and I only needed a label removed for a specific td.
Hence, I tweaked some code to allow a td to have its label suppressed.
I included a labelless.html page as an example of what I mean.
I'm unfamiliar with QUnit (or js testing frameworks for that matter). Although I'm interested in learning it I don't have the capacity at the moment. I figured this PR was more productive than raising an issue.
I encountered a scenario where a table had a colum which contained a URL and I didn't need a
URL
label to be displayed alongside it.A row level
data-tablesaw-no-labels
would remove the labels for everytd
in that row and I only needed a label removed for a specifictd
.Hence, I tweaked some code to allow a
td
to have its label suppressed.I included a
labelless.html
page as an example of what I mean.I'm unfamiliar with QUnit (or js testing frameworks for that matter). Although I'm interested in learning it I don't have the capacity at the moment. I figured this PR was more productive than raising an issue.
It also responds to this issue that was raised previously: https://github.com/filamentgroup/tablesaw/issues/144