Karel Kozlik

Results 14 comments of Karel Kozlik

Thanks for the hint. I will take a look to source. Btw. is the roll supported somewhere? Can I somehow get a view with roll component even without autopilot?

> The example is not working. I am sorry, I had to forgot save my changes in the fiddle. I have updated the example link to the correct fiddle, that...

> The example is still not working. What do you mean by "not working"? It works for me. After clicking getData link I get "[object Object],[object Object]" instead of expected:...

I have gave it another try, but I am not able to make even simple example of bootstrap table with editable extension working in your online editor. I gave up...

> We can't just start supporting "-" as a wildcard for object keys because what if a key in an object is "-"? Yep, true. But I am sure this...

I am facing the same issue with importing bootstrap4 scss

My current workaround is patching the scss file with: ```diff --- node_modules/@selectize/selectize/dist/scss/selectize.bootstrap4.orig.scss 2023-06-13 13:57:41.486247383 +0200 +++ node_modules/@selectize/selectize/dist/scss/selectize.bootstrap4.scss 2023-06-13 13:58:23.495827546 +0200 @@ -1,6 +1,6 @@ -@import "lib/bootstrap4/functions"; -@import "lib/bootstrap4/variables"; -@import "lib/bootstrap4/mixins";...