Render domain data table fields only as text

This commit is contained in:
AdvanticGmbH 2022-04-04 14:06:31 +02:00
parent 13ff4df9f9
commit 930932d131

View File

@ -161,6 +161,10 @@
type: 'natural', type: 'natural',
targets: [0, 4] targets: [0, 4]
}, },
{
targets: [0, 5],
render: $.fn.dataTable.render.text()
},
{ {
// hidden column so that we can add new records on top // hidden column so that we can add new records on top
// regardless of whatever sorting is done. See orderFixed // regardless of whatever sorting is done. See orderFixed