Using this asset is as easy as it gets!
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;
}