KDTSortManager sortManager = new KDTSortManager(kdtEntrys);
sortManager.setSortAuto(false);
sortManager.setClickCount(10);
sortManager.setEnableSortable(false);
禁止分录排序
最新推荐文章于 2024-05-24 10:20:18 发布
KDTSortManager sortManager = new KDTSortManager(kdtEntrys);
sortManager.setSortAuto(false);
sortManager.setClickCount(10);
sortManager.setEnableSortable(false);