Ignore the first row/th
Closed this issue · 0 comments
anubhavrawal commented
I have my table header that's being added as the first row of the string.
I was hoping there could be a feature to ignore the first row/header from the text
var table = $('#DataTab').tableToJSON({
ignoreColumns:[5],
headings: ['campus','building','room_num','capacity','room_type']
});