对于从服务器返回的空日期,jqgrid显示为01/01/1。我如何删除在网格中显示它们的日期?
维贾亚·阿南德
发布于 2011-05-18 18:42:56
如果使用预定义的日期格式化程序(formatter:'date'),则不存在您所描述的问题。
formatter:'date'
The small demo显示包含日期、空字符串和null值的未定义字段将显示为空单元格,而不是"01/01/1“。
null
https://stackoverflow.com/questions/6041336
相似问题