20230922
This commit is contained in:
@@ -483,7 +483,7 @@ namespace FineUIPro.Web
|
||||
protected DataTable GetPagedDataTable(FineUIPro.Grid Grid1, DataTable tb)
|
||||
{
|
||||
int pageIndex = Grid1.PageIndex;
|
||||
int pageSize = Funs.PageSize;// Grid1.PageSize;
|
||||
int pageSize = Grid1.PageSize;
|
||||
|
||||
string sortField = Grid1.SortField;
|
||||
string sortDirection = Grid1.SortDirection;
|
||||
|
||||
@@ -428,7 +428,7 @@
|
||||
formatter: '{a} <br/>{b}: {c} ({d}%)'
|
||||
},
|
||||
legend: {
|
||||
show: false,
|
||||
show: true,
|
||||
orient: 'vertical',
|
||||
left: 'right',
|
||||
top: 'center',
|
||||
|
||||
Reference in New Issue
Block a user