Open bonjourclaudio opened 5 years ago
I had the same. My problem was that I didn't specify the height of the
.demo-viewport {
height: 800px;
}
The height of the viewport is the most important part.
I think that you have to define it on your own. Viewport height is very specific to each project. StackBlitz demo is helpful. But I can provide a predefined height if you need. This project is a workaround before angular material team releases an official vs table.
I implemented the table as shown in the README but nothing gets displayed at all. No errors whatsoever...
Is this a known behaviour?
Thanks!