Martin Haščák

Results 10 comments of Martin Haščák

I solve this bug by this code: ``` $('.panel-collapse').on('show.bs.collapse', function (e) { $(e.target).closest('.panel').siblings().find('.panel-collapse').collapse('hide'); }); ```

Hi, any progress ?

I fixed some memory leaks, they were caused moustly by unregistered jQuery events. https://github.com/Klainer/vue2-datatable/commit/76129dee74e92bc667fddb4d8324dd6bf7215940

I updated: ``` { title: 'Akce', tdComp: 'Actions', thStyle: { width: '85px' }, tdStyle: { width: '85px' } , fixed: true }, ``` And I have the same problems...

I have already set this props.. `` But when I do it in data() there is not any difference... Your example with fixed columns have the same problems, (try disable...

Any idea how to solve this problem ? Thanks

Hi thanks for reply. I looked to kendo grid fixed column solution: [link](https://demos.telerik.com/kendo-ui/grid/frozen-columns ) It might be better to solve fixed column that way. Show fidex colums in fixed table...

Hi, I implemented working prototype, you can see it in my fork.

I have same problem when I use vue-boostrap modal. As i can seee they also use similiar portal-vue solution for modals... `https://github.com/bootstrap-vue/bootstrap-vue/blob/1d59417df6869e2b04c651f6caeed9474cf14a84/src/components/transporter/transporter.js`