table-with-horizontal-scroll
Reactive icon

Table With Horizontal Scroll

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded
 on 01 February 2023
 by 
5.0
 (3 ratings)
table-with-horizontal-scroll

Table With Horizontal Scroll

Documentation
1.0.0

Table With Horizontal Scroll Documentation



Using this asset is as easy as it gets!


  1. Add the dependency to your app and drop the web block on your screen
  2. Once you have the web block on your screen, put your table and its pagination inside the place holders.

That is all you have to do!


If you need to customize the css for the TablePlaceholder just overwrite the following class located on the asset theme with you own custom CSS:

.TableWithHorizontalScroll_Wrapper{

    /* Border style as the default OutSystems Table*/

    border: var(--border-size-s) solid var(--color-neutral-4); 

    border-radius: var(--border-radius-soft);

    /* Horizontal Scroll */

    display: block;

    overflow-x: auto;

}