NeXTs / Clusterize.js

Tiny vanilla JS plugin to display large data sets easily
https://clusterize.js.org
MIT License
7.22k stars 414 forks source link

Using <a> as the base tag for each 'row' will cause clusters to not switch #162

Closed vibonacci closed 4 years ago

malanx commented 4 years ago

This is not an issues since wrapping rows with an anchor is unaccepted & non standard markup It is expected that the table be formatted correctly and to spec in order for the plugin to behave as expected.

vibonacci commented 4 years ago

You are right, anchor is not allowed inside tablerow tag, which I did not realize at the time. Apologies :)