SciefyLab

Results 5 comments of SciefyLab

literally from shape.

hi, this for an example. [test-book.xlsx](https://github.com/plandem/xlsx2go/files/3404473/test-book.xlsx) thanks,

its okay, thanks.

Hi you can use validation on client, this work for me ``` $('#dynamic-form').on('afterValidate', function (e) { var valx = document.querySelectorAll('select[id$=item_id]'); //i use select2 kartik for item_id var arritem = Array.from(valx);...

temporary i using this to convert null to object, https://stackoverflow.com/questions/38078630/javascript-null-to-empty-object-properties thanks