oscarostlundgs edited a comment on issue #8273:
URL: https://github.com/apache/superset/issues/8273#issuecomment-785539637


   This still seems to be an issue in 1.0.1. The table filter functionality is 
very useful for interactive dashboards.  Any chance we could reopen the issue? 
   
   I narrowed down the issue to the dashboardFilter reducer trying to update an 
undefined filter as the getInitialState function only creates an initial filter 
for filter_box and filter_select types. (See 
[here](https://github.com/apache/superset/blob/master/superset-frontend/src/dashboard/reducers/getInitialState.js#L170))
   
   I believe it may almost work out of the box by allowing for 'table' types in 
the if statement. 
   
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to