We are considering to buy a commercial license of this library. But there is one major issue that currently prevents us from using this library instead of building our own system: When you initialize Clusterize on a existing element, it copies the HTML of the nodes instead of reusing the already created nodes.
We are currently updating the DOM of our list items with some data from an API depending on the user selection. But if we update the initially created DOM elements, clusterize does not pick it up as it cloned over the HTML during initialization.
Is there a chance that this library will be extended to reuse the existing DOM nodes instead of utilizing HTML cloning.
We are considering to buy a commercial license of this library. But there is one major issue that currently prevents us from using this library instead of building our own system: When you initialize Clusterize on a existing element, it copies the HTML of the nodes instead of reusing the already created nodes.
We are currently updating the DOM of our list items with some data from an API depending on the user selection. But if we update the initially created DOM elements, clusterize does not pick it up as it cloned over the HTML during initialization.
Is there a chance that this library will be extended to reuse the existing DOM nodes instead of utilizing HTML cloning.