mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2025-06-14 20:16:05 +00:00
Render domain data table fields only as text
This commit is contained in:
@ -161,6 +161,10 @@
|
||||
type: 'natural',
|
||||
targets: [0, 4]
|
||||
},
|
||||
{
|
||||
targets: [0, 5],
|
||||
render: $.fn.dataTable.render.text()
|
||||
},
|
||||
{
|
||||
// hidden column so that we can add new records on top
|
||||
// regardless of whatever sorting is done. See orderFixed
|
||||
|
Reference in New Issue
Block a user