Ok Guys, I have fixed it
OverrideDataTableModel:
/**
* methdo returning the desired data
*/
public JSONObject getResponse(GridDataSource source){
response.put("sEcho",
request.getParameter(DataTableConstants.ECHO));
Hi Manu,
You were partially right I think :). It's true you don't have to override
data model, but if you try to ad custom column like you are doing in your
example for instance any action button than it fails in default data model
throwing null pointer exception. Any suggestions?
--
View this
Normally, with the current SNAPSHOT, you do not have to override the
DataTableModel model. But I am not sure. can you test it ? if it does not
work, I will provide a new sample.
Manu
2013/1/20 rosecorp
> Hello All,
>
> I am using datatables component in similar way which was presented here:
>
>