#### Bug, feature request, or proposal: Proposal? #### What is the expected behavior? [Follow all the specs of data-table](https://material.io/guidelines/components/data-tables.html#data-tables-structure). - When a row is hovered, display a background color on the row. - When a row is selected, display a background color on the row. - Long column names should be truncated with an ellipse. (show tooltip?) - If sorting is enabled, display a light sort icon upon hover, which indicates that the column is sortable. - Sort icons should rotate when clicked.