To include row and column hover, include the following data attributes on your rows and columns:
data-row-hover
data-column-hover
For mobile devices, you should provide an alternate experience, as matrix does not work well on smaller screens.
You'll also want to use Tables inside of your Matrix.
Matrix is a jQuery plugin that needs to be initalized by calling $('#your-id').frankieMatrix();. The id should be a wrapping div around your header, sidebar, and body.
The general HTML structure for matrix is as follows: