ウェブアプリを開発するとき、できるだけ操作は直感的に行えるようにしたいものですが、ドラッグ&ドロップという操作をブラウザ内で行えるように実装するのはなかなか面倒です。「gridstack.js」はそうした面倒な実装を代わりにやってくれるライブラリ ...
When developing a web application, I would like to make the operation as intuitive as possible, but it is quite troublesome to implement the drag and drop operation so that it can be performed within ...