eherve / mongoose-datatable

Server side dataTable request support for mongoose
MIT License
42 stars 28 forks source link

Compatibility with Datatable 1.10.2 #25

Closed hariawan closed 9 years ago

hariawan commented 10 years ago

Hi, I've a problem with my codes. Here's my codes https://gist.github.com/hariawan/7bad74f32a42a06d3a57

There's no error, I think the problem in the render part. Can you help me?

eherve commented 10 years ago

Hi,

So you send the data to the client but the DateTable plugin does not print it right ?

The actual version of the plugin works with DataTable 1.10 only if you activate the legacy server side parameter set. The next version will work with the 1.10.

Check if you get the data in the render function for the column.

Regards

eherve commented 9 years ago

New version 1.0.0 is compatible with DataTable 1.10