wenzhixin / bootstrap-table

An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation, Vue.js)
https://bootstrap-table.com/
MIT License
11.73k stars 4.44k forks source link

Reorder and Editable Usage Bug #5592

Open mehmetalidumlu opened 3 years ago

mehmetalidumlu commented 3 years ago

Hi, I use Reorder-Rows and Editable extentions. But the two components don't work at the same time. When i set "data-reorderable-rows="false"" from "true" then x-editable works fine. You can examine the example below, thank you..

Example
https://live.bootstrap-table.com/code/mehmetalidumlu/6689

ThomasMarques commented 2 years ago

Hi, Is there a workaround or plan to fix this issue?

mehmetalidumlu commented 2 years ago

Hi @ThomasMarques , i cant resolve this bug.

GuanYu914 commented 2 years ago

hey guys, is there has any solution ?

GuanYu914 commented 2 years ago

I have great idea to share with you, just set dragHandle option to "" for bootstrapTable I put my test link below

https://live.bootstrap-table.com/code/GuanYu914/12207

mehmetalidumlu commented 1 year ago

I have great idea to share with you, just set dragHandle option to "" for bootstrapTable I put my test link below

https://live.bootstrap-table.com/code/GuanYu914/12207

Hi Guan, I looked at the example in the link you sent. But when i change value at editable field and confirm it then editable column's display set to none.I don't know if there is a mistake I missed.

Have a good day