People,
I want to modify Rails so that the standard scaffold table generator produces tables that in the list view:
-
Have column names that are clickable for sorting (asc, desc) and filterable
-
Have rows with every second row having a light blue background colour
-
Have rows that are only a single line high that look like this:
| ID | Title | Year | Storyline | Notes |
| 1 | Eternal Sunshine of the Spotless Mind | 2004 | Much . . | Loved . . |
- where the whole of one field is displayed but only the first word of the other fields is displayed but eg in the above case, the whole Storyline or Notes can be displayed by hovering the mouse over the field.
Of course I couldn’t find any starter apps on GitHub etc that already did this so any suggestions about how to do this for myself would be grealy appreciated . .
Thanks,
Phil.