我尝试使用dataTable.Rows.Count,但是根据特定的参数对结果进行排序。这个参数在我的DataTable中是"Column1“。因此,输出只给出与该不同值相关的行。我的DataTable位于View中,但我需要在ViewModel中使用排序的int值。[myTable] (/* list of columns */)
SELECT [Column1], /* this is the columnI
column.names <- c("group1", "group2") #two column names I want to be able to toggle between for groupingselect.column <- group.options[1] #Select the column for grouping
DataTable%>