Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation and code mismatch #1050

Closed
4 of 6 tasks
REWesker opened this issue Dec 23, 2022 · 0 comments
Closed
4 of 6 tasks

Documentation and code mismatch #1050

REWesker opened this issue Dec 23, 2022 · 0 comments

Comments

@REWesker
Copy link

REWesker commented Dec 23, 2022

Prerequisites

  • I have searched for similar issues in both open and closed tickets and cannot find a duplicate.
  • The issue still exists against the latest master branch of yii2-grid.
  • This is not an usage question. I confirm having gone through and read the documentation and demos.
  • This is not a general programming / coding question. (Those should be directed to the webtips Q & A forum).
  • I have attempted to find the simplest possible steps to reproduce the issue.
  • I have included a failing test as a pull request (Optional).

Steps to reproduce the issue

Sorry if this is wrong place to file documentation issue, I haven't found another
Documentation at https://demos.krajee.com/grid does not fully represent current code state

Expected behavior and actual behavior

per documentation:
responsiveWrap: boolean, whether the grid table columns will be responsively wrapped to a single column for small screen devices (less than 480px). Defaults to false. (emphasis mine)

at

public $responsiveWrap = true;
however the parameter is set to true by default

I can't determine which one of two options is expected behaviour

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants