Dustin Utecht

Results 190 comments of Dustin Utecht

Please provide us an example using our [editor](https://live.bootstrap-table.com/).

I don't missed the part that you can't reproduce it on editor :-) But we need an example for test/dev purposes, we will copy & paste the code from your...

Example: https://live.bootstrap-table.com/code/UtechtDustin/12357 Next time please provide us an example created by our editor, not raw code snippets. I testet it on the editor and locally, the inital sort workes fine...

Do you mean this part ? https://github.com/wenzhixin/bootstrap-table/blob/develop/src/bootstrap-table.js#L1017 I't just copy the original dataset, which means the original dataset will not be changed at all :-)

No :) ``` [...this.options.data] ``` is the else part of the if in [Line 985](https://github.com/wenzhixin/bootstrap-table/blob/develop/src/bootstrap-table.js#L985). So we check if we have something to filter, if we have something we do...

Sorry...maybe i miss something but: - The code before the if in line 985 don't sort the dataset - If i use you're example it works fine locally and if...

Okay, now i understand the issue. You mean this part: https://github.com/wenzhixin/bootstrap-table/blob/develop/src/extensions/reorder-rows/bootstrap-table-reorder-rows.js#L132-L135 Maybe you now understand why we ask for examples in the editor. If you had provided one, i instantlly...

@wenzhixin This bug exists because of #5682, could you maybe explain the issue of this PR ? I'm not quite sure which bug was fixed by this PR.

I don't think this issue can be closed, its a collection of issues for the rewrite for @djhvscf. As you can see in the linked issues there was closed on...

As you can see the PR is still open, because there is a issue which i don't understand right now.