For Foundation 6.4 :
By default, table rows alternate. There is a .unstriped class for strip removal. If you change $table-is-striped to false to remove bands from all tables, use the .striped class to add bands.
So, now you can configure or disable and enable selectively in tables.
For previous versions of Foundation 6, you may need to add the following to your settings or, as a last resort, to your main CSS file:
$table-striped-background: $table-background;
This assumes that you @import your Foundation library instead of including the compiled version as a silent CSS file on your page. The real advantage of an SCSS structure such as Foundation is that it is written in SCSS, so you can extend it and use it in SCSS.
Robin daugherty
source share