When applying this condition in a columns render function
if (type === 'display' || type === 'filter' ) {
it seems that the filtering only applies when using the global input filter.
Is there any way of filtering the rendered data when using individual column text inputs filtering?
TIA