Yii2 GridView whether to display a column case the GridView control uses the GridView paging what is the GridView

Source: Internet
Author: User
Author: White Wolf Source: http://www.manks.top/article/yii2_gridview_visible

The copyright belongs to the author, welcome reprint, but without the consent of the author must retain this paragraph, and in the article page obvious location to the original link, otherwise reserves the right to pursue legal responsibility.

Let's give a simple case

Condition: There is a get shape parameter type

Requirement: The column name is displayed only if the value of type is equal to 1, otherwise the column does not display

The code is implemented as follows:

[    ' attribute ' = ' name ',    $model->name,    intval(Yii::$app- >request->get (' type ')) = = 1,],

The way of implementation is also very simple drop.

The above describes whether the Yii2 GridView display a column of cases, including the GridView aspect of the content, I hope the PHP tutorial interested in a friend helpful.

  • Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.