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

Share the usage tutorial of Datatable plug-in

零下一度
零下一度Original
2017-06-26 09:13:532133browse

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!

Statement:
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
Previous article:What are the CSS native layout methods?Next article:What are the CSS native layout methods?

Related articles

See more