Home > Web Front-end > JS Tutorial > Share the usage tutorial of Datatable plug-in

Share the usage tutorial of Datatable plug-in

零下一度
Release: 2017-06-26 09:13:53
Original
2219 people have browsed it

gridyxz = $("#sjjg_table_yxz").DataTable({
"searching" : false,
"info" : false,
"ajax" : url,
"destroy": true,
"columns" :[
{ "data":null,
"sortable" : false,
"searchable" : false,

},
{ "data":"orgno",
"sortable" : false,
"searchable" : false
},
{ "data":"orgname",
"sortable" : false ,
"searchable" : false
}
],
"columnDefs": [{
" " div class='checker'>" +
"" +
"

" +
"" + data.jgtzno +"";
" "targets": 0
         }],

});

The created relatively simple table

------------ --------------------------

Attached is the address of the official website

http ://www.datatables.club/
You can also search datatable Chinese website in Baidu

This is very important. It is recommended first. Look at this - the main configuration

This is implemented, added, deleted, modified and checked.

-------------------------------------------------- ------------

Note: This is what I feel is important after studying. Please correct me if there is any error

The above is the detailed content of Share the usage tutorial of Datatable plug-in. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template