Marcel Overdijk

Results 116 comments of Marcel Overdijk

Hi Dennis , What is the problem you are noticing with the example? For me it works 🤷‍♂️ About resetting the page. What is your reasoning to not reset it...

But if you think it's better to introduce a config option for this , that would be fine for me to (and I can update related PRs). Any name suggestion...

Hi @djhvscf , are you still having problems with the example?

Yes, I agree it is an opinion, so yes a feature request makes sense (although it already works like this for server side sorting via #4414)

@UtechtDustin @wenzhixin @djhvscf I can try to provide a PR , do you think it's oke apply to reset page number when sorting by default (might be breaking for existing...

Hi @wenzhixin it absolutely makes sense to keep the current behaviour as default and introduce a `sortResetPage` option. I will update the existing PR or probably just create a new...

@wenzhixin I've created a new PR: https://github.com/wenzhixin/bootstrap-table/pull/6445

Yes I thought so , thx for confirming. The (negative) side effect of a customSearch is that you have to implement this custom search for the full row. In this...

I think we should change the title of this issue to something like "add customSearch method on column level"

This could also help building a (SSG) Next.js website where the static data (`getStaticProps`) is retrieved from a local GraphQL server using a local sqlite database. Note this would also...