Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
剣道のUIグリッドがあります。グリッドを指すJS変数がと呼ばれているとしましょうgrid。プログラムで3ページに移動するにはどうすればよいですか?ありがとう。
grid
あなたは使用するかもしれません:
grid.dataSource.query({ page: 3, pageSize: 20 });
こちらのドキュメント。
また:
grid.dataSource.page(3);
ドキュメントはこちら