Implementing View from data extraction from a table in grails -
environment : grails , oracle db ,
i have data table. need code extract table's data , show tabular data in view.
1.what different approaches have in grails implement above? 2.any references/tutorial links of great help
it seems you're new in grails, suggest get start grails first.
you see getting table data , displaying in <table> pretty straightforward , appears in pretty beginners tutorial.
Comments
Post a Comment