20230229
This commit is contained in:
@@ -482,8 +482,8 @@ namespace FineUIPro.Web
|
||||
/// <returns>数据表</returns>
|
||||
protected DataTable GetPagedDataTable(FineUIPro.Grid Grid1, DataTable tb)
|
||||
{
|
||||
int pageIndex = Grid1.PageIndex;
|
||||
int pageSize = Grid1.PageSize;
|
||||
int pageIndex = Grid1.PageIndex;
|
||||
int pageSize = Funs.PageSize;// Grid1.PageSize;
|
||||
|
||||
string sortField = Grid1.SortField;
|
||||
string sortDirection = Grid1.SortDirection;
|
||||
|
||||
Reference in New Issue
Block a user