jspreadsheet / ce

Jspreadsheet is a lightweight vanilla javascript plugin to create amazing web-based interactive tables and spreadsheets compatible with other spreadsheet software.
https://bossanova.uk/jspreadsheet/v4
MIT License
6.7k stars 820 forks source link

types not working #217

Closed charlieabela closed 5 years ago

charlieabela commented 6 years ago

Hi I'm building a table with dynamically added headers, widths and column types. Generated headers, widths and relevant types are pushing into arrays (headers, widths, cols) and passed to jexcel: $('#mytable').jexcel({ minDimensions:[ncols,10], colHeaders: headers, colWidths: widths, columns : cols }); while headers and widths are displayed correctly, the types do not seem to be working. Some of the fields are dropdowns and checkboxes, but they are not being rendered. Any ideas as to what I'm doing wrong? thanks in advance.

charlieabela commented 6 years ago

issue solved, was not a jexcel issue

pphod commented 5 years ago

Great ;)