I use a method DataTable.column(index).visible(false)to hide columns in my application. However, with several hundred rows, it takes almost 5 seconds, hiding a couple of columns. Does anyone know if it's possible to speed it up?
DataTable.column(index).visible(false)
Perhaps you could try setting http://datatables.net/reference/option/autoWidth to false?
Source: https://habr.com/ru/post/1546326/More articles:Input format Problems with MLlib - apache-sparkHow to set multiple fields as uniqueKey in solr? - solrUTF-8, PHP, Win7 - Is there a solution for saving UTF-8 files in Win 7 using php? - phpdatatables dynamically hide / show a column too slowly - jqueryIdentification of "clusters" or "groups" in a matrix - matrixCrypto-js returns different values ββevery time it starts when using AES - javascriptHow to use Passport.js correctly? - javascriptSymfony2 / Doctrine2-spaces: Contains class not defined - symfonyUsing the OR statement in a MySQL parameter - c #https://translate.googleusercontent.com/translate_c?depth=1&pto=aue&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1546331/swig-java-memory-management-when-returning-references-to-member-variables&usg=ALkJrhg15r3maIoHLNbs_yCgYNqR8WC1rwAll Articles