简体   繁体   中英

How to add scroll in vertical and horizontal scroll in the table without using any libraries

我想在没有任何库的情况下在表体中添加垂直和水平滚动

Just add these proprities within the table tag in the HTML like this

<table mdbTable mdbTableScroll scrollY="true" scrollX="true">

These are proprities of Angular Bootstrap table scroll, you can then define maxWidth and maxHeight of your table

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM