You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I add the and :filters="filters" if I reload the page, the pagination button does not appear. When I remove the input and filters="filters" and reload, then paginations buttons appears.
So this is really really strange..
The lenght of the loaded "users" array is 5 (in this example I set pageSize to 2.
Thank you for your help. I use Vue 3.
By the way your component is by far the best for table with Vue., much better than the Bootstrap VueComponent. It is very convenient for people who need to use an inline editor to write their like in a normal table...
The text was updated successfully, but these errors were encountered:
Hello all,
I have a very weird issue.
Here is my component. Not very complicated. With pagination. I wanted to add a filtering feature.
import { helperGetDataFromServer} from '../helper.js';
export default {
}
</script>When I add the and :filters="filters" if I reload the page, the pagination button does not appear. When I remove the input and filters="filters" and reload, then paginations buttons appears.
So this is really really strange..
The lenght of the loaded "users" array is 5 (in this example I set pageSize to 2.
Thank you for your help. I use Vue 3.
By the way your component is by far the best for table with Vue., much better than the Bootstrap VueComponent. It is very convenient for people who need to use an inline editor to write their like in a normal table...
The text was updated successfully, but these errors were encountered: