-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Check compatibility of LineUp 4 string filter object with provenance graph #331
Comments
The filter event of LineUp v3 and v4 before PR lineupjs/lineupjs#274 returns a string or a regexp (e.g., LineUp v4 with PR lineupjs/lineupjs#274 returns the |
@oltionchampari Please continue my implementation in branch https://github.com/datavisyn/tdp_core/tree/thinkh/331_string-filter-compatibility
You can run the tests with |
regExp before turning it to a string #331
With PR lineupjs/lineupjs#274 the return value of a string filter got formalized as
IStringFilter
. It is now possible to store if the user filtered the string column for missing values. The filter event that tdp_core listens will now return anIStringFilter
.We must check the following points:
The text was updated successfully, but these errors were encountered: