Change record status: 
Project: 
Introduced in branch: 
11.2.x
Introduced in version: 
11.2.0
Description: 

A new UI configuration option has been added to the views table formatter style to allow CSS classes to be added to the views <table> element. This makes it easier for site builders and themers to style table variations such as row striping, bordered/borderless rows, etc. via the UI, and to specific tables outputted by views. This affects module developers who may have needed to use views style plugins to achieve the same thing.

The change involves an update to the database schema. If the option is not visible it may be necessary to run 'drush updb' to update the database with the schema change.

UI:
New CSS class input highlighted in table formatter settings UI

AttachmentSize
3045871-after-highlighted.png124.42 KB
Impacts: 
Site builders, administrators, editors
Module developers
Themers