You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Data in grid not get from only one model, can be from many case, generated in cascade view, etc
Search model is representation of header. Same for header. (In default case)
Order of applied
ifelse
is not ideal for default-like caseyii2/framework/grid/DataColumn.php
Lines 138 to 173 in a86c67d
What steps will reproduce the problem?
name
of relation model.order rule + search rule + join in query
attribute
What is the expected result?
Table header fill from
searchModel
attributeLabels()
What do you get instead?
Table header fill from
dataProvider
s modelattributeLabels()
case of line 147
and I must put unexpected additional
label
Additional info
The text was updated successfully, but these errors were encountered: