Closed marteoma closed 5 years ago
This has to do with the data you're providing. You do have duplicate keys in your data or it doesn't work with datatable in some way. Please send a console.log
of columns
and data
in order to help you any further.
These are the two props
@marteoma data
must be an array of objects, not an object itself.
Sorry, but that's not the mistake, I was passing an array, just forgot to use it this time.
@MicroDroid I am having the same error for the following columns
and data
Can you please post a complete example so I can rerpoduce it locally here?
On Sun, Nov 25, 2018, 22:46 Ermand Durro <notifications@github.com wrote:
@MicroDroid https://github.com/MicroDroid I am having the same error for the following columns and data
[image: image] https://user-images.githubusercontent.com/2822729/48984410-885c2d80-f0fb-11e8-85d1-b99340014db3.png
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/MicroDroid/vue-materialize-datatable/issues/35#issuecomment-441471731, or mute the thread https://github.com/notifications/unsubscribe-auth/AIINf9edicyjJUxCWLyEteBFfRvvJoTvks5uywGegaJpZM4WmVsK .
@MicroDroid please check my repo: https://github.com/ermand/vue-materialize-datatable-testing
Thanks in advance :)
Thanks a lot for creating the repository, I will check it out as soon as possible and get back to you
On Mon, Nov 26, 2018, 17:36 Ermand Durro <notifications@github.com wrote:
@MicroDroid https://github.com/MicroDroid please check my repo: https://github.com/ermand/vue-materialize-datatable-testing
Thanks in advance :)
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/MicroDroid/vue-materialize-datatable/issues/35#issuecomment-441682299, or mute the thread https://github.com/notifications/unsubscribe-auth/AIINf_Q3U-pg7r4tyYLsbI47wi1uvpsJks5uzAqOgaJpZM4WmVsK .
Is this going to be merged?
That is my component, it render well, but sometimes doesn't load, and I get these errors repeatly: What must be done to fix that.