Is JavaScript involved while manipulating bootstrap grid? #41813
-
Hi together, I have a question regarding grid elements (container, row, col). I've tried to use bootstrap with laravel/livewire (a php framework). I have a row where cols are being generated and dynamicly added. While appending new col elements does work fine, the prepending fails with an exception in livewire. The exception however indicates: the elements have been added so far, were removed from the dom. My question: is there any bootstrap JavaScript involved when manipulating the row element? When i use plain html (no bootstrap) prepending elements works just fine. I can provide an example project if nessesary. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi @sixthpack
There's no JavaScript involved when manipulating the row element, only CSS. |
Beta Was this translation helpful? Give feedback.
-
Thank You very much. |
Beta Was this translation helpful? Give feedback.
Hi @sixthpack
There's no JavaScript involved when manipulating the row element, only CSS.