NeXTs / Clusterize.js

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

Too few examples and documentations, scrolling doesn't work #89

Closed Edward-Yung closed 7 years ago

Edward-Yung commented 7 years ago

Used a hour to figure out how it works without examples. Btw, scrolling doesn't work on firefox 50.1.0 TT. I think https://github.com/fulmicoton/fattable is much better

NeXTs commented 7 years ago

Doesn't work in FF? let me check it

NeXTs commented 7 years ago

works for me at ff 50.1.0 what means TT?

Edward-Yung commented 7 years ago

Sorry, accidentally clicked the "closed issue button"

NeXTs commented 7 years ago

fcac91978f30383b104f6cb716036d68

Edward-Yung commented 7 years ago

I figured out the problem, when I add
" table, th, td { border: 0.01px solid dimgray; border-collapse: collapse; } " it just doesn't work.

Also, when I scroll to the bottom, it will bounce back to the top.

NeXTs commented 7 years ago

works for me http://codepen.io/NeXTs/pen/dOwqyV

Edward-Yung commented 7 years ago

http://codepen.io/Edward-Yung/pen/pNqOyo I think it doesn't support dynamically appending?? btw, TT = crying, :)

NeXTs commented 7 years ago

http://codepen.io/NeXTs/pen/jVXvVN?editors=1010

Edward-Yung commented 7 years ago

Oh Thanks! I figured it out.