Description
Currently, Wanted Pages renders a traditional unordered list. It would be nicer on the eyes and also more dynamic to render a table or Livetable instead. A table would be much easier to implement than a Livetable, and it would also be easier to convert the referencing-documents sub-lists into the former. A Livetable would look best, and its sort capabilities are native.
I would propose converting the list to a regular table, at least at first. I am not even sure that we can bind a Livetable to the appropriate database tables/joins.
I propose the following table columns:
- Linked document name (linking to document creation)
- Count of documents containing a link to said nonexistent document
- List of those linking documents (with links to them) - as <ul>
Thoughts?