Clusterize.js icon indicating copy to clipboard operation
Clusterize.js copied to clipboard

Update clusterize.js when using existing markup

Open Marfa93 opened this issue 7 years ago • 3 comments

Hello ! I'm looking for a way to update my table after the user retrieves new data. I'm using React v15.x.x to create the datatable with the data, but it seems there is no method for what I want to do. I might be wrong ^^

Marfa93 avatar May 10 '17 14:05 Marfa93

Do you mean update Clusterize data with the new rendered info in React? If that it is what you are talking about, I'm looking forward to do the same in Vue, i need to use the markup that I'm rendering because it contains directives that are unique to Vue.

hazzo avatar Jun 01 '17 08:06 hazzo

@Marfa93 there are method called exactly ".update"

@hazzo I guess would be better to use vue specific version of clusterize https://github.com/vue-comps/vue-clusterize

NeXTs avatar Jun 01 '17 20:06 NeXTs

@NeXTs that version of vue-clusterize just works with old vue 1.0. What we mean with update I think we refer to a method that updates if markup changes and there is no need to pass an array of data. In the method update an array of data seems to be needed. No?

hazzo avatar Jun 02 '17 01:06 hazzo