MyOouo

Results 14 comments of MyOouo

把view publish出來後(需要手動操作),自行按照模板客製化自己的邏輯就可以了

你的clue_level 在url上有两个栏位在配置上可能需要更改成tag [select2](https://select2.org/tagging)

我按照文件自定義model 複寫 paginate 後沒有發生你說的問題

# usage $grid->model()->where(.....)->orderBy('id', 'desc');

that's table column default value problem, please set pictures allow null in table.

你的目的是什么?想动态存放在不同目录?

``` if (empty($_GET)||(count($_GET) ==1 && isset($_GET['_pjax']))) { $grid->model()->whereRaw("id > 100"); } ```

``` $grid->filter(function($filter){ $filter->disableIdFilter(); .... // create new one. ```