David Kihato
1 min readNov 6, 2019

--

They must have updated the documentation. The following css will sort it out
/*
server-side-angular-way.component.css
*/
.no-data-available {
text-align: center;
}

/*
src/styles.css (i.e. your global style)
*/
.dataTables_empty {
display: none;
}

--

--

David Kihato
David Kihato

Written by David Kihato

Self taught Software Engineer for over 10 years

No responses yet