novotny1akub

Results 7 comments of novotny1akub

Thanks a lot for the explanation, @jheer.

Thanks a lot for steering me in the right direction Glin. For anyone trying to solve a similar issue, here is the code I used. Please note that my JavaScript...

Thanks a lot for pointing that out @radovan-miletic. I did not realise there was this issue. Apologies the code did not work for you 'as is'. I slightly edited my...

Is there any workaround with custom JavaScript before this is implemented @glin ?

Great idea, @CobusT. I assume this was not implemented yet, @mbostock? Is there any workaround to include the totals? So far, I have only found [this option](https://stackoverflow.com/questions/73378437/is-it-possible-to-add-totals-to-observablehq-inputs-table/73391809#73391809). It would be...

The numeric range filter was asked in #9 . I am well aware the implementation above is far from ideal though.

@timothoms you are right. A custom `filterMethod` should accomplish what you want. You can try something along these lines to make this match only to exact values: ``` function filterRows(rows,...