Dustin Utecht

Results 190 comments of Dustin Utecht

I guess we don't change the page because if you remove the search you are back to the page you are started on. But for me it would be fine...

@djhvscf The example also works fine for me. Could you please also explain why we should not reset the page ?

I don't would call it a `bug`, because its a matter of opinion what the right way is. But i agree, if i'm on page X and change the sort...

Here is an example: https://live.bootstrap-table.com/code/UtechtDustin/12835 In this example you can search in the `Item Name` just the `number`, the `Item ` prefix will be added in the `filter custom search`-method....

I don't think there is a workaround for that, right now.

You have to write your own search logic using the [customSearch](https://bootstrap-table.com/docs/api/table-options/#customsearch) option. Example: https://live.bootstrap-table.com/code/UtechtDustin/12867

@Whissi can confirm that i don't get a segmentation fault as soon i remove the `$@` parameter.

You're right this is a bug, either the advencedSearch should show all colums regardless of visible or not or it should be in sync with the visible columnds. I think...

I also haven't used TypeScript yet, but i guess we can extend the [index.d.ts](https://github.com/wenzhixin/bootstrap-table/blob/develop/index.d.ts). Looks quite easy, if im correct the syntax always looks like `?: `. As soon i...

@JJ-M sure, could you maybe create a skeleton Typescript repository for testing ?