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
Inputs.search accepts the columns option to restrict filtering to a subset of columns. However, doing so also sets the .columns property on the dataset. Downstream cells that display the data via Inputs.table() will only show the filtered columns, unless the columns option is passed in explicitely.
Inputs.search accepts the
columns
option to restrict filtering to a subset of columns. However, doing so also sets the.columns
property on the dataset. Downstream cells that display the data via Inputs.table() will only show the filtered columns, unless thecolumns
option is passed in explicitely.Repro
Create a notebook with the following three cells:
Notice how the table only displays the column "foo".
Screenshot
The text was updated successfully, but these errors were encountered: