023,4810
014,7950
014,3660
014,1010
013,9990
Rize
Investment Chatbot AI
013,084130
012,6300
010,41816
08,1179
06,2743
05,4330
01610
InvestingPro
一站汇总数据、财报、策略与AI助手的投研平台
01250
jQuery(window).on('load', function () { $('#tablepress-1 tfoot td').each(function () { const th = jQuery(document.createElement('th')).html($(this).html()); $(this).replaceWith(th); }); var table = $('#tablepress-1').DataTable(); console.log("列数:" + table.columns().count()); table.columns().every(function (index) { var column = this; console.log("第 " + index + " 列的 footer 是:", column.footer()); var select = $('') .appendTo($(column.footer()).empty()) .on('change', function () { var val = $.fn.dataTable.util.escapeRegex($(this).val()); column.search(val ? '^' + val + '$' : '', true, false).draw(); }); column.data().unique().sort().each(function (d) { select.append(''); }); }); });