A plurality of different data tables table in switching easyui

 

 Valid-invalid changeover display untreated

1. Untreated page is loaded, invalid data are found valid, assigned to the corresponding table

<% - easyui of the tab bar tab -%>
<div the above mentioned id = "status_tab" class = "easyui-tabs">
<div title = "untreated">
<! - untreated Survey ->
<the Table the above mentioned id = "untreated_investigation">
</ Table>
</ div>
<div title = "active" Data-Options = "">
<-! effective investigation ->
<Table ID = "effective_investigation">
</ Table>
< / div>
<div title = "invalid" Data-Options = "">
<-! invalid survey ->
<Table ID = "invalid_investigation">
</ Table>
</ div>
</ div>

js code

$('#status_tab').tabs({
border:true,
fit:true,
onSelect:function(title){

}
});

Guess you like

Origin www.cnblogs.com/xianz666/p/12124394.html