It has been awhile, good to see you again Aleksandra.
addCondition
is indeed the API I was referring to. It does exactly what I want, except that the first param column
expects a numeric index of the visual column. If it could take a data key it would work, but then I can guess the filter logic might depend on some column meta data. If it could take an actual column source config, that’d be perfect. In fact, I already have the column source config, it’s just not supplied to the table (user can configure columns outside HT from a large range of possible columns our app can provide).
Are you suggesting to update the Filters API do one of those things? Sounds like exactly what I want, but I am not sure how much effort would be involved and probably don’t have the bandwidth to do that right now.