Love this component! It was just what I needed for a list with interactive column headers.
One thing I also need is the ability to select an item in the list imperatively, and scroll to that selected item if not already visible. The native <iron-list> has such methods, but <iron-data-table> does not. I'm working around this limitation by obtaining a reference to the internal <iron-list> to make those calls... but this is a cringe-worthy hack.
Do you have plans to support such <iron-list> API methods? Are you amenable to a PR that makes the attempt?
Love this component! It was just what I needed for a list with interactive column headers.
One thing I also need is the ability to select an item in the list imperatively, and scroll to that selected item if not already visible. The native
<iron-list>has such methods, but<iron-data-table>does not. I'm working around this limitation by obtaining a reference to the internal<iron-list>to make those calls... but this is a cringe-worthy hack.Do you have plans to support such
<iron-list>API methods? Are you amenable to a PR that makes the attempt?