Nishan Chathuranga Wickramarathna

Results 3 comments of Nishan Chathuranga Wickramarathna

@mwasiluk It is better if you can create a tutorial on how to built this kind of an application, or just a demonstration on how to integrate this library to...

Issue resolved by implementing a method to sort. ``` sortGrid(response.data.pages); function sortByOrderNo(array) { array.sort(function (a, b) { return a.orderNo - b.orderNo; }); } function sortGrid(arrayPages){ for (let i = 0;...

I have tried adding another check box to `mw-form-question-builder.html` but it didn't work. ``` Ready Required New CheckBox ```