Download
Redevelopment
The element is defined as follows:
Field: [],/* field list */loaddata: [],/* JSON data */rowclick: NULL,/* row Click Event */autorowclickstyle: false, /* Whether to enable the color change when the row click is enabled. If rowclick is null, the setting here is invalid */autoalternationrowstyle: false,/* whether to start alternate colors */autoactiverowstyle: false, /* Whether to turn on the mouse to move the color on the line */evenrowclass: "evenrow",/* starting from the second line of alternating colors */oddrowclass: "oddrow ", /* start with the first line of the alternating color */activerowclass: "activerow",/* style of mouse movement */checkrowclass: "tdcheckrow ", /* click the row color */tableclass: "",/* Table style */isshowemptyinfo: True,/* true to show empty data content, false to not show, if no data exists, only the column header */emptydatatext: "No data"/* The content displayed when no data exists */The data is retrieved again $ ("# Table1 "). binddata (jsondata );