ekondur / DatatableJS

Jquery datatable with entity framework using MVC html helper
MIT License
36 stars 15 forks source link

cell text not displayed #106

Closed ADEL-EL-GAZAR closed 1 year ago

ADEL-EL-GAZAR commented 1 year ago

Describe the bug data retrieved from DB successfully but it displays rows without its content

Screenshots Screenshot 2022-12-11 144609

Desktop (please complete the following information):

ekondur commented 1 year ago

Hi @ADEL-EL-GAZAR , You probably have an issue same as here: https://github.com/ekondur/DatatableJS/issues/90 Can you pls check the serialization settings?

ekondur commented 1 year ago

Hi @ADEL-EL-GAZAR , You can use it from now on,

.URL(Url.Action("GetDataResult"), "POST", camelCase: true)

Set the camelCase property to true. It is released with version 3.4.1