LiveTable items are wrapped by <p> </p>

Hi!

Column properties are:

#set ($columnsProperties = {
  'hdwType': {"sortable":true,"filterable":true}
.....................................................................

Items looks like this:
image

When i set "html":false the height of the row increases, which is undesirable because it breaks the vertical alignment and overall appearance:
image

How to trim <p></p> ?

Thanks.