iamisti / mdDataTable

Angular data table complete implementation of google material design based on Angular Material components.
MIT License
524 stars 132 forks source link

error when hovering over headers #317

Closed camarena-jonatan closed 7 years ago

camarena-jonatan commented 7 years ago

angular.js:14525 Error: Text for the tooltip has not been provided. Please include text within the mdTooltip element. at showTooltip (angular-material.js:23680) at onVisibleChanged (angular-material.js:23674) at angular-material.js:23659 at angular.js:20178 at e (angular.js:6274) at angular.js:6554

vanheerdena commented 7 years ago

You need to define a column-definition like so

<mdt-column align-rule="right" column-definition="Delivery Start">Delivery Start</mdt-column>

camarena-jonatan commented 7 years ago

thanks that solved my issue