edge-blade / vue-materials

Vue 2.0 and Materialize.css Components
MIT License
2 stars 0 forks source link

Columns object should support classes #27

Closed edge-blade closed 7 years ago

edge-blade commented 7 years ago

I believe the column headers should be centered, and the columns object representation should also support a string that gets appended to the TD as a class list. This design would allow the cell renderer functions to take advantage of the class property and shrink the API when simple styling is required.

edge-blade commented 7 years ago

Consider adding 1 property for column header classes and 1 property for row column classes

edge-blade commented 7 years ago

Adding additional optional props to the columns object