bindRowsWithHeaders plugin affects the column number - Invalid value - Infinity
I can see that you set bindRowsWithHeaders
option to strict
mode. Is there any specific reason for this? I know the description of this plugin is lacking in our documentation, but in most cases it should be just set to true
. Then it will work correctly in your example: https://jsfiddle.net/handsoncode/cvgbm4y1/
The strict
mode will also work fine, but the data can’t be an empty array, here’s an example: https://jsfiddle.net/handsoncode/7uxr3gzj/