简体   繁体   中英

Performance issues when hiding columns in jQuery DataTables

I'm using the DataTable.column(index).visible(false) method to hide columns in my application. However with a few hundred rows it takes almost 5 seconds hiding a couple of columns. Anyone know if it is possible to speed it up?

也许您可以尝试将http://datatables.net/reference/option/autoWidth设置为false?

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