You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
displayLength currently only accepts BigDecimal when using an expression (at least in Thymeleaf). Since page size should only be a positive integer, it would make sense to allow integer values.
Caused by: java.lang.NullPointerException
at com.github.dandelion.datatables.thymeleaf.processor.attr.TableDisplayLengthAttrProcessor.doProcessAttribute(TableDisplayLengthAttrProcessor.java:70)
at com.github.dandelion.datatables.thymeleaf.processor.AbstractTableAttrProcessor.processAttribute(AbstractTableAttrProcessor.java:70)
at org.thymeleaf.processor.attr.AbstractAttrProcessor.doProcess(AbstractAttrProcessor.java:87)
at org.thymeleaf.processor.AbstractProcessor.process(AbstractProcessor.java:212)
... 111 more
The text was updated successfully, but these errors were encountered:
displayLength currently only accepts BigDecimal when using an expression (at least in Thymeleaf). Since page size should only be a positive integer, it would make sense to allow integer values.
Returns the following NPE:
The text was updated successfully, but these errors were encountered: