我正在尝试使用dyntable将数据写入html表。其中一个标题被称为Week of year。在JSON文件中,名称也是Week of year(带空格)。当通过JSON来dynatable: $('#week_table').dynatable({
dataset: {
records: [{"Week of year":"June 9, 2014 to June 15,
我正在开发Spring Boot应用程序。在HTML视图,我做出一个RestController,返回自定义实体列表的Ajax调用: @Controller
public class MyController {
@ResponseBody
@JsonView(View.MyView.class)
public List<CustomEntity> getEntit