bhaveshpatel200 / vue3-datatable

vue3-datatable is a powerful component for creating dynamic and customizable data tables. It supports large amounts of data, sorting, pagination, and filtering and highly customizable
MIT License
100 stars 11 forks source link

Table don't refresh when add new row in push array #14

Closed alesb2010 closed 7 months ago

alesb2010 commented 7 months ago

We make fresh install and a lot of tests with Vue 3.3.4 and 3.3.7 versions. We try the versions from vue3-datatable 1.0.1 to the 1.1.3 This tests using only a clean install, and one using Nuxt 3.8 and 3.6.2. We made server-side and client-side, with no sucess. We don't get any issue in console from Chrome or console server side. We inspect the Vue array, and all data is updated, but no in the DOM. All the test we made, when we push a data to the const with ref, the data don't update on the table in DOM.

bhaveshpatel200 commented 7 months ago

Hi Alexandre Brandao, Can you please provide sample demo code for that, so we can reproduce that easily and solve if any issue.

alesb2010 commented 7 months ago

Hello Mr. Bhavesh Patel, Yesterday I have some time and restart all my folders projects and clear all my caches in instances. Then all the issue was solved. I have a impression that is my instance cache that block some functions to REF components.. etc.. Thanks a lot for your attention and help. Have a nice day!

bhaveshpatel200 commented 7 months ago

Great, Thanks.