Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Example Analysis of dataTable dynamic header

2025-01-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/03 Report--

This article mainly introduces the example analysis of dataTable dynamic header, which is very detailed and has certain reference value. Friends who are interested must finish it!

The data loaded on the page for the first time can be displayed normally, but the second time the data is obtained through ajax, and the back-end data returns to normal; and the rows in the table are cleared with Datatable.clear (), and the instance generated by Datatable is also destroyed with destroy (); under these two steps, the header of table still exists; at this time, I use $('# example'). Empty () to remove the header structure.

DataTable dynamic header jsp section (here only table other irrelevant):

DataTable dynamic header js section:

/ / datatable header

VardataTable

$(function () {)

/ / query button

$("# searchBtn") .click (function () {

Debugger

Init ()

})

})

Data returned by java backend

Listlist=newArrayList ()

Listlistcolu=newArrayList ()

Mapmap=newHashMap ()

Map.put ("data", list); / / table data

Map.put ("colist", listcolu); / / header column name

Returnmap

Column name entity class: privateStringcolumn_en;// column name corresponds to obj [I] .column _ en

PrivateStringcolumn_cn;// column names correspond to obj [I] .column _ cn

The above is all the content of the article "sample Analysis of dataTable dynamic header". Thank you for reading! Hope to share the content to help you, more related knowledge, welcome to follow the industry information channel!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report