Hii,
When I am trying to use eyedatagrid, I am getting the following error message and the datagrid is not displayed, any idea why I am getting this error message, thanx
Notice: Undefined variable: this in Datagrid\class.eyedatagrid.inc.php on line 885
and line 88开发者_如何转开发5 holds this ----
 if ($this)
    {
        $page = $this->page;
        $order = (($this->order) ? implode(':', $this->order) : '');
        $filter = (($this->filter) ? implode(':', $this->filter) : '');
    }
You are calling the function in static context (as I just deduced from the code you didn't show).
EyeDataGrid::printJavascript()
This is why $this isn't present.
Change the if ($this) into if (isset($this)) or disable the debug mode if you don't want notices.
 
         
                                         
                                         
                                         
                                        ![Interactive visualization of a graph in python [closed]](https://www.devze.com/res/2023/04-10/09/92d32fe8c0d22fb96bd6f6e8b7d1f457.gif) 
                                         
                                         
                                         
                                         加载中,请稍侯......
 加载中,请稍侯......
      
精彩评论