bindRowsWithHeaders plugin affects the column number - Invalid value - Infinity

Tags: #<Tag:0x00007f8b28ee41d8> #<Tag:0x00007f8b28c8bf58>

https://jsfiddle.net/7sxfv15j/9/

Hi @lukasz.zablocki.lz1

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 strictmode will also work fine, but the data can’t be an empty array, here’s an example: https://jsfiddle.net/handsoncode/7uxr3gzj/