reactive-table
reactive-table copied to clipboard
Compare two columns data in custom filter
Hi! First of all, great package!
I was trying to make a custom filter that would compare two columns. Is there anyway that I could achieve this?
I'm working with the checkboxFilter
example. When I check the box I want to display only those where the value of column 1 is greater than the value of column 2.
Sorry, the filtering's only set up to work with one column at a time.
Yes, I went trough the code and realized that. I achieved what I want it by denormalizing this comparison upon insert.
Thanks anyway and great package!
Glad you figured something out!