标签: c#
我有一个数据表,过滤器应用于一列。
DataTable dt=new DataTabe(); var datarow=dt.NewRow(); dt.Rows.Add(datarow);
但它没有在过滤案例中添加新行。我该如何解决这个问题
提前致谢!