2
我在JavaScript中找到,但我無法做到。
任何人都可以說「顯示」將如何在剃刀?如何更改剃刀中劍道網格的可分頁消息?
pageable: {
messages: {
display: "{0} - {1} of {2} items", //{0} is the index of the first record on the page, {1} - index of the last record on the page, {2} is the total amount of records
empty: "No items to display",
page: "Page",
of: "of {0}", //{0} is total amount of pages
itemsPerPage: "items per page",
first: "Go to the first page",
previous: "Go to the previous page",
next: "Go to the next page",
last: "Go to the last page",
refresh: "Refresh"
}
}
Razor視圖
.Pageable(??)
真棒,你把js兄弟它正是我想要的 –