Closed EpsilonKu closed 3 years ago
It seems there is no name
attribute on your entity. Did you declare one on the client-side?
var table = $('table#sample').DataTable({
ajax : '/data/users',
serverSide: true,
dom: 'Pfrtip',
columns : [{
data : 'name'
}]
});
Thanks, I used default value. it works, now
The problem is DataTableRepository return error on dataTableOutput.
My Entity
Base Entity