开发者

yiiGridView problem

开发者 https://www.devze.com 2023-03-15 08:29 出处:网络
Hallo mench. I have an yiiGridView issue witch I don\'t know how to make right. So, I have CGridView nicel开发者_C百科y initialized and I need the $(tableId).yiiGridView.update(tableId, settings), t

Hallo mench.

I have an yiiGridView issue witch I don't know how to make right.

So, I have CGridView nicel开发者_C百科y initialized and I need the $(tableId).yiiGridView.update(tableId, settings), to reload my datagrid with new data.

Can anyone (PLEASE!) post some example how to achive this.

If needed, I can send my code as well, so anyone who can resolve this issue can see in the better where I'm making mistakes.

Thanks in advance(d).


If you want to update your grid with javascript handler use next code

jQuery.fn.yiigridview.update('yourGridId'); 

You can find a lot of information in file

jquery.yiigridview.js

  /**
     * Performs an AJAX-based update of the grid view contents.
     * @param id string the ID of the grid view container
     * @param options map the AJAX request options (see jQuery.ajax API manual). By default,
     * the URL to be requested is the one that generates the current content of the grid view.
     */
    $.fn.yiiGridView.update = function(id, options)
0

精彩评论

暂无评论...
验证码 换一张
取 消