plamb
plamb

Reputation: 5636

Generate a <table> of a database table in Play 2.3.x

Is it possible to use one of Play's html.helper's to generate a HTML table of one's database table? Or any html type? I'd like to create a webview of my database (ideally one where I could edit the cells of the rows, though i'll take read-only) and I'm wondering if Play has anything built in to easily generate the HTML for a database table. Open to suggestions on how to do this as I didn't find much while googling.

Thanks in advance

Upvotes: 1

Views: 142

Answers (1)

Hakan Dilek
Hakan Dilek

Reputation: 2256

I am the developer of the play2-crud module. I think this is what you're looking for, and it was my initial intention to solve described problem in the first place. If you have any questions about integration please feel free to ask. If you find any bugs or problems you can directly create an issue on GitHub.

Upvotes: 1

Related Questions