Modificato calcolo dimensione proporzionale
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
<tr>
|
||||
@for (int j = 0; j < maxCol; j++)
|
||||
{
|
||||
var index = RowCollapsedDict.Keys.Where(k => k <= i).LastOrDefault();
|
||||
var index = RowCollapsedDict.Keys.Order().Where(k => k <= i).LastOrDefault();
|
||||
@if ((RowCollapsedDict.ContainsValue(true) && RowCollapsedDict.GetValueOrDefault(index))
|
||||
&& i - 1 > 0 && ItemTableList.ElementAt(i).Col > ItemTableList.ElementAt(index-1).Col){
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user