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.
Grails アプリで Kendo グリッドを使用しています。私の要件は、行が挿入されるとすぐに「日付」列を降順で並べ替えて、最新の日付がグリッドの一番上の行になるようにすることです。
日付列で並べ替えるにはどうすればよいですか?
デフォルトのソート基準は、dataSource のプロパティです。
sort: { field: "date", dir: "desc"}