Wayne Van Son
Wayne Van Son
If anyone creates a working example, we can add it to the official repository :)
> Also can you confirm that there will be no problem with the switch to TypeScript. No worries. Please let me know when you're ready. > Also can you confirm...
Sortable is a one way binding, where Sortable is the controller. It doesn't listen to your data. This is unfortunate. AT the time of this being created, data driven development...
Check out Store in the read me. That might do what youre after. I've never used it myself.
You'll have to define your own functions to figure this out. The question is out of scope, but happy to keep it open for a while so others can answer.
Reopening as it keeps happening.
Did you turn on the esModuleainterop flag in tsconfig.json?
@wardpeet from https://github.com/cevek/ttypescript#what-it-is: > Instead of tsc and tsserver, use ttsc and ttsserver wrappers. This wrappers try to use locally installed typescript first. > > No version lock-ins - typescript...
@David-Desmaisons With this feature, I had an an idea. I want to replicate this in the react edition too. Since SortableJS come with the package as a dependency, we could...
@owen-m1 The plugins aren't available in the @types/sortablejs, but it does work when mounted. Using modules and Typescript, it looks like you're not importing anything but with enough `// @ts-ignore`'s,...