Tri-Vi

Results 9 comments of Tri-Vi

is there a solution for this yet?

@dhrytsenko: I think I figured out why the selectAll checkBox does not toggle all other checkboxes. This is the toggleAll function from **bower_components/btw-datatable/bwt-datatable.html** ``` toggleAll: function(){ // Modified Code var...

@dhrytsenko : FYI ``` Filter [[_displayIndication(value)]] ```

@dirasangtani , @amit-coditas : I haven't found the root cause yet, but there is something wrong with the worksheet. It seems like the worksheet can't be created for those excel...

> I am referring the docs for xlsx module. > https://docs.sheetjs.com/#sheetjs-js-xlsx > However, I do not see how do I create cells and write. > > I am getting error...

> @Tri-Vi did you get chance to look into this? Try this : ``` const XLSX = require('xlsx'); var book1 = __dirname + '/files/Book1.xlsx'; var data = [ {"name":"A"}, {"name":"B"},...

Encountered the same issue. Has anyone been able to resolve this?