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
First of all thanks for the excellent component, however I have found one bug:
Adding an onclick event doesn't get put in the DOM when using react-clusterize but does when using vanilla clusterize. Example:
I have tried combinations of onclick, onClick and different types of parameters: binding a function in react, using a code string etc. But none of them seem to be loading.
Many thanks
The text was updated successfully, but these errors were encountered:
Clusterize.js only supports strings for rows so this plugin reduces all components to strings thus losing all React functionality. You would have to modify the underlying library to accept React components to get this functionality.
First of all thanks for the excellent component, however I have found one bug:
Adding an onclick event doesn't get put in the DOM when using react-clusterize but does when using vanilla clusterize. Example:
I have tried combinations of onclick, onClick and different types of parameters: binding a function in react, using a code string etc. But none of them seem to be loading.
Many thanks
The text was updated successfully, but these errors were encountered: