You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Suppose this is a scenario where I'm generating data for a chart by aggregating data with filters and searching in GenericAPIView.
So here Filter UI is not showing in the DRF template, because
{'results': data }
and DRF have
this method returns None that's why UI filter UI not rendering.
I think it should not depend on the data instance.
It's my thought, let me know if I'm wrong in this.
Beta Was this translation helpful? Give feedback.
All reactions