You just have missed an outer div.
As per the BS4 guidelines -
To create a responsive table, enclose the table in a element that has the .table-responsive class (or one of the .table-responsive-* classes) applied.
So, your code with updated classes would be -
| Mon |
Tue |
Wed |
Thr |
Fri |
Sat |
Sun |
|
|
|
|
|
|
|
|
Refer this for more information