I use Drupal 8. I want to use "table-striped" function for tables. How can I do it.

Comments

usttentire created an issue. See original summary.

markhalliwell’s picture

Assigned: usttentire » Unassigned
Priority: Major » Normal
Status: Active » Closed (works as designed)
Issue tags: -table class table-striped

You can change table settings in Appearance > Bootstrap > General > Tables, however this is already enabled for the core table theme hook and views_table. If you implement your own table and or have some other theme hook that implements it's own table, you must add the following class modifications based on the theme settings: http://drupal-bootstrap.org/api/bootstrap/templates%21system%21table.htm...