Can I filter all rows above a certain value?
Can I filter all rows above a certain value?
On my table of data, I want to filter everything that's above a certain value. It's a specific value (not user-specified) so I'm using a checkbox.
I see you can filter by a specific value using for example oTable.fnFilter( 'string', 3 )
But instead of a static string, I'd like to compare the 3rd cell of each row against my specific value. Regex doesn't solve this one. Is this possible?
I see you can filter by a specific value using for example oTable.fnFilter( 'string', 3 )
But instead of a static string, I'd like to compare the 3rd cell of each row against my specific value. Regex doesn't solve this one. Is this possible?
This discussion has been closed.
Replies
Allan