I've added an option which adjusts how column header and cell content lookups are made. If useTHead is true columns headers will be retrieved from th and td's within the thead element and cell contents will be retrieved from th and td's within the tbody element. Existing behaviour is unchanged if this option is not set.
I've added an option which adjusts how column header and cell content lookups are made. If useTHead is true columns headers will be retrieved from th and td's within the thead element and cell contents will be retrieved from th and td's within the tbody element. Existing behaviour is unchanged if this option is not set.