spring roo - In a gvNIX application: any way to see only one register in DataTables? -


when create datatables in gvnix displays several registers in table, there way display 1 register show page?

to add support datatables used following command:

web mvc datatables add --type ~.web.entitycontroller 

you can adding simple parameter on roo command.

web mvc datatables add --type ~.web.entitycontroller --mode show 

as parameter documentation says is optional param change visualization mode: if empty (default) renders table, otherwise create one-row-per-page + one-cell-per-row datatable created. on each cell content of given mode rendered, is, setting mode == show, each cell have show.jspx containing data of current entity.

best regards


Comments

Popular posts from this blog

php - Submit Form Data without Reloading page -

linux - Rails running on virtual machine in Windows -

php - $params->set Array between square bracket -