Skip to main content

Hi,

 

I'm fiddling around with table widgets and trying to make the table interactive by letting a user select a row. It appears that clicking on a row in a table widget does not actually register as a true selection for faceting purposes. If I throw a binding into a text widget, I can see that setting the binding to either result or selection with selection required returns a value, but simply using selection as the binding criteria without a required selection does not - and clicking anywhere on the table does not make a selection and the binding never returns a value. Is this functionality achievable somehow so a user can click on a row to make a selection that is then usable in faceting?

1 条评论
  1. 2021年4月28日 20:12

    Only in Compare and Pivot Table, not in values table. We have code that actively blocks selections in values table. The reason is that to emit facets we look up the groups and only facet by those fields. With a values table, there's no group and often faceting by all columns wouldn't be what users want.

    Best workaround is use a compare table with something like a group by record id, then it will be selectable and facetable, and you can even hide the id column if needed.

    We do plan to allow some sort of opt-in to selection on values table specifically for bindings and Mass Action use cases, but not sure what release yet.

0/9000