EasyUI Forum

General Category => EasyUI for jQuery => Topic started by: Ellipsis on November 21, 2012, 02:10:22 AM



Title: Total from Json not visible, only the name of the object
Post by: Ellipsis on November 21, 2012, 02:10:22 AM
When using the json :

Code:
{
"total" : 1,
"rows" : [

 {
  "id": "2345-2345-33",
  "resitId": "",
  "roster": "",
  "signed": "2",
  "sis_upload": "1",
  "resit": "1"
 }

],"footer": [
{
"signed": "2",
"sis_upload": "1",
"resit": "1"
}
]
}

The footer shows : Tonen van 1 tot 1 van de {totale} items


Title: Re: Total from Json not visible, only the name of the object
Post by: stworthy on November 21, 2012, 04:45:30 AM
Please update the easyui-lang-nl.js file.


Title: Re: Total from Json not visible, only the name of the object
Post by: Ellipsis on November 21, 2012, 06:52:45 AM
Ok thank you,

an update: $.fn.datebox.defaults.okText = 'Ok';