When using Primeng table and set the table as scrollable the table should show the scrollbar and the text inside the cells should not be overflown. Instead this does not happen.
Check this example in Stackblitz and resize
When using Primeng table and set the table as scrollable the table should show the scrollbar and the text inside the cells should not be overflown. Instead this does not happen.
Check this example in Stackblitz and resize
To avoid the text overflow in the cell you can add css style for td
update : to show the overflow text in next line