Ghislain B.
Ghislain B.
> Here's a gif snippet, that funnily enough accentuates the difference due to the lower frame rate. that does seem a lot better on the UI side, wow nice job....
All good, I just provided this code as a guideline, feel free to change it all the way you want for 3.0. Another thing that we could potentially do in...
> **Edit with really quick analysis**: Using `sass:color` won't probably be possible as Bootstrap 5 still needs to support `node-sass`. I was quite surprised to see that Bootstrap still support...
@louismaximepiton @julien-deramond It might actually be possible to create a polyfill by creating a custom method that will check if the SASS function you're calling exists (`color.channel()`) if so use...
@louismaximepiton well ahh at least you tried :) So in that case, I guess that v5.4.x would be a nice time to drop node-sass support then, I'm all in favor...
maybe because they use Prettier to format the code, see #3476
You're probably right, but anyway I think in your case it's probably running the command below and you could (probably should) enable the verbose log to see which shell commands...
There is this [Pivoting](https://6pac.github.io/SlickGrid/examples/example-pivot.html) example that @6pac created, but it's not using drag&drop (like Ag-Grid) and I don't have any use for pivot grids on my side. If you have...
The only library that we require in SlickGrid is SortableJS and I'm not sure if it would fully support that kind of dragging, maybe at least partially since I was...
It's all CSS, you can create your own theme, for example take a look at the [bootstrap.scss](https://github.com/wenzhixin/multiple-select/blob/develop/src/themes/bootstrap.scss) for a Bootstrap Theme, it shouldn't be too hard to make it visually...