Replies: 0
I see that the row filtering logic is limited (e.g., combining && and || operators not allowed). I still think it would be nice to have additional options, such as
- filtering based on specific columns
- (more important to me) negative filtering. this could be realized using the same logic as the current filtering, but using a syntax such as
exclude=".....", whereby the logic in theexcludeoption would be the same as with thefilteroption. Ideally, it should be possible to combvine both positive and negative filters:filter="....." exclude="....."