davinic
Results
1
issues of
davinic
Bootstrap default templates ignore ScaffoldColumn() annotations. In my project I've corrected this by updating the VisibleProperties() extension methods with an additional where clause: ``` .Where(info => info.GetCustomAttribute(false)==null || info.GetCustomAttribute(false).Scaffold) ```