JQGrid, Need to change progress message “Loading…”

前端 未结 2 1880
灰色年华
灰色年华 2020-12-09 18:19

I want to change JQGrid \"Loading...\" message to something with animated gif image. Looked everywhere but couldn\'t find a way. Anyone please.

2条回答
  •  离开以前
    2020-12-09 19:12

    This is perhaps a more modern answer to the question using FontAwesome rather than a gif. I couldn't find where this has been answered anywhere and had to piece it together from various places including the answer above by @oleg.

    Hopefully this will be helpful to others searching.

    
    

    And then place the following (exactly like this) after $(document).ready(function() {

    $.jgrid.defaults.loadtext='';
    

提交回复
热议问题