Eduardo Estrella Rosario
Results
3
comments of
Eduardo Estrella Rosario
Hello, @bharath-keshava , @richardradics any one solved this? :)
Hi, You can overwrite in your adapter class the method canReorder and return false to all element in the first position. ``` java @Override public boolean canReorder(int position) { //...
I'm not a Welle developer, but it seems to me that you didn't run `npm` and the 'express' dependency it's not downloaded. In the readme you can find the **Setup**:...