if (!data.success) {
///Add a new row of data, the value of the first column is the message you want, and then merge the other columns into the first column, note that modifying the colspan parameter columns the total number of columns you configured
$ (this). DataGrid (
' Appendrow ',
{
portid: ' <div style= ' text-align:center;color:red ' > ' +data.msg+ ' </ Div> '
}). DataGrid (' MergeCells ', {
index:0,
field: ' Portid ',
colspan:7
})
//Hidden pager bar , this requires familiarity with the HTML structure of the DataGrid, manipulating DOM objects directly with jquery, Easyui the DataGrid does not provide a method to hide the navigation bar
$ (this). Closest (' Div.datagrid-wrap '). Find (
' Div.datagrid-pager '). Hide ();
PS: Solve the Easyui table load when the column header and column content can not be strictly aligned problem!
Unable to align Add settings in table load
Onloadsuccess:function (data) {
$ (' Span.datagrid-sort-icon '). Hide ();
The above is a small set to introduce the jquery Easyui loading table in the middle of the table to display a custom hint content, I hope to help you, if you have any questions please give me a message, small series will promptly reply to everyone. Here also thank you very much for the cloud Habitat Community website support!