Ruslan Kutliakhmetov

Results 11 comments of Ruslan Kutliakhmetov

@sunhk25, I think It is not good idea destroy and create table anew

@djhvscf, I think need fix refreshOptions method better than create extension.

@djhvscf, need replace algorithm storing of data table, cells and rows generated not correctly with colspan and rowspan. Not correctly calculated cellsIndex and etc.

If you want without problem remove column, you need manually fix columns template. Example: https://live.bootstrap-table.com/code/ko22009/7044 First: remove element, Second: add new element. After that you cannot repeat remove element, bcz...

@wenzhixin, we have a bug, if we have data attribute in html code describe columns. But if we push to bootstrapTable, the problem disappears: https://live.bootstrap-table.com/code/ko22009/7049

Try use alias with fonts or images.

I use @rollup/plugin-url, it's great plugin.

@elado, allowJS: true in your tsconfif file?

Problem about transpilation, you need set "target" es2015 or higher in your .swcrc config file.