I know that Bootstrap 4 uses new display utilities to show or hide information based on the screen size. My question is how to make these work with a table? I want to remove col
Try using d-none d-sm-table-cell for table columns. Colums having these classes won't be shown on xs.