我正在尝试与 thymeleaf 一起使用蒲公英数据表分页。我正在关注
此link文章。我正在使用0.2.14版本。当我尝试使用
它给我以下错误
2013-08-07 16:26:59,655 ERROR [org.thymeleaf.TemplateEngine] - <[THYMELEAF][http-bio-8080-exec-9] Exception processing template "department/departmentList":
Could not parse as expression: "four_button"
最佳答案
请尝试将“four_button”用单引号引起来,如下所示:
dt:paginationtype="'four_button'"
请注意,在即将发布的v0.9.0中,不再需要使用单引号。
关于datatables - 蒲公英数据表+ Thymeleaf +分页问题,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/18101815/