VOOZH about

URL: https://www.geeksforgeeks.org/css/spectre-tables-scrollable-tables/

⇱ Spectre Tables Scrollable tables - GeeksforGeeks


  • Courses
  • Tutorials
  • Interview Prep

Spectre Tables Scrollable tables

Last Updated : 23 Jul, 2025

Tables are important elements of web development society. If you want to display some data then you will definitely require tables. Spectre tables are the same as HTML tables, here we will discuss the Spectre Scrollable tables.

Tables Scrollable tables Class:

  • table-scroll: This class is used to create the table row vertically scroll-able.

Syntax:

<table class="table table-scroll">
.....
</table>

Example:

Output:

Reference: https://picturepan2.github.io/spectre/elements/tables.html#tables-scroll

Comment