kevinmickey / django-prettyjson

Enables pretty JSON viewer in Django forms, admin, or templates
BSD 3-Clause "New" or "Revised" License
139 stars 21 forks source link

Widget Within Table Row? #25

Open Jonnokc opened 4 years ago

Jonnokc commented 4 years ago

Wondering if it's possible to incorporate this "in row" within a table. As an example if you have a column within your table that is json, can we include an inline widget for each row & json cell to format.

kevinmickey commented 4 years ago

There are multiple ways of writing a table in django. How are you currently writing your table? Check out the existing widget as described in the README -- it may work for some solutions.