Dustin Utecht

Results 190 comments of Dustin Utecht

Hi @Thomas5588, you don't posted the url to the example ;)

Should we use a other repo/library or should we create it ourself ? If we use a other lib, we maybe have the same issues someday. Also we have a...

@Bjego There is no documentation for that. But its quiet easy, just check the sourcecode of the other extensions. A extension basicly hooks the internal functions, overwrite them or add...

@wenzhixin please check it!

@wenzhixin any updates ? I think a release should not last 5 days, can we (@djhvscf or me) help out ?

Again 6 days later, any news @wenzhixin ?

As you can see in the other example(s) e.g. https://live.bootstrap-table.com/example/extensions/filter-control.html there is no order of the values. I marked this issue as feature request as it makes sense to order...

@djhvscf do you tested it locally ? Because the used url `https://examples.wenzhixin.net.cn/examples/bootstrap_table/data` ignores the search parameter `searchText`, the correct one would be `search`. Example: Not working: `https://examples.wenzhixin.net.cn/examples/bootstrap_table/data?searchText=Item 20` Working: `https://examples.wenzhixin.net.cn/examples/bootstrap_table/data?search=Item...

Could you please provide us an example using our [online editor](https://live.bootstrap-table.com/)?

@djhvscf i guess this is a issue for you. The issue would be fixed if we add `that.trigger('created-controls')` to https://github.com/wenzhixin/bootstrap-table/blob/develop/src/extensions/filter-control/utils.js#L332-L333. But the method `initFilterSelectControls` is called 14 times!! Do we...