I can't find table examples in docs. Please find a screenshot attached.

This was brought up in issue #6 a month ago. Not sure if we are going to get tables.
If you look at the new partner portal they are using Polaris. One issue I have with the resourceList is the lack of ability to sort the columns. The sorting functionality was part all previous / current tables in the Shopify admin (outside of the new partner portal)
I take it back, the partners portal is using a "data-table". It's not in the polaris code base yet, but its enough for me to steal the CSS and HTML and make my own component until then.
Hey folks, as Josh mentioned, we are pointing people towards ResourceLists to handle most of what we had been using tables for (mostly, presenting a list of resources on index views). We are working on improvements to ResourceList that will bring back the kind of filtering and sorting abilities we lose by not going with more traditional tables.
(As an aside, we will at some point be releasing a DataTable component, but this is primary meant to present more traditional tabular data, like report details. It's not really meant for presenting a list of resources).
+1 for this. We have a few component that display really tabular data where ResourceList can hardly be used. It would definitely be useful to have a full-blown data table component !
@lemonmade +1 for this. Is there any progress? I'm currently thinking how to reproduce a table with "select all resources" feature, that is widely used in Shopify. So far it seems to be not possible to do it with Polaris. Any advice here?

+1 This would be awesome
Any update / workaround?
We need a table to show some well defined data.
@JoshHighland mind sharing the custom table css?
@lemonmade Table support is critical. Need the ability to format things in columns. Also need filtering. It's been 6 months -- really need this ASAP.
Following up here. We have plans to address this in version 1.9.0 some time in November.
This will include:
A Data Table component to be used for displaying sets of tabular data, similar to what we use in our Analytics section of the admin.
Enhancements to our Resource List component which will include UI for selecting items, sorting, and filtering.
@dfmcphee any update on a release date for 1.9.0?
Another update for this. We have been doing some prioritization and planning for both 1.9 and our next major release (2.0).
Because we want to make some breaking API changes for the new version of the resource list component, we are going to hold off releasing any enhancements for it until v2.0.
I have created milestones for 1.9 and 2.0 if you want to follow along as we make progress. We are also hoping to release a beta of 2.0 to get people trying it out before release.
Most helpful comment
+1 for this. We have a few component that display really tabular data where ResourceList can hardly be used. It would definitely be useful to have a full-blown data table component !