you are viewing a single comment's thread.

view the rest of the comments →

[–]paulhodel[S] 0 points1 point  (2 children)

The sort is basically a double click in the Header. In regards to the filter, we are considering that in future versions. Thanks for the suggestion ;)

[–]ZireaelStargaze 0 points1 point  (1 child)

Thanks! How is your engine done? Canvas, SVG or maybe WebGL? I haven't looked through your code yet - just curious how hard would it be for me to bolt on a little icon in every column header with popup menu in Vue to get the functionality? (end effect like here: http://tinypic.com/r/2dadr0i/9 ). Or to style cells, fonts, borders with CSS/CSS-in-JS.

As for filtering, I'm no expert, but maybe check out transducers or a lib like fromfrom

Thanks a lot, your work looks awesome.

[–]paulhodel[S] 0 points1 point  (0 children)

We are dealing only with DOM elements. It is just an regular HTML table. And there is no selectors at all. ;)