ontodev / sprocket

BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Support standard message tables to supplement HTML view #7

Closed jamesaoverton closed 2 years ago

jamesaoverton commented 3 years ago

This requires a bit more thinking, but I want to highlight cells in the HTML view based on rows in the special 'message' table. The tricky bit how the message table should specify the target rows. Currently we use "A1" syntax, but it would be better to use the primary key of the row, or possibly the ROWNUM (but this varies by SQL implementation).

jamesaoverton commented 2 years ago

I have some new ideas for this. I'll start a new issue.