I have been playing around with using data_table with some mixed data that includes notes. I’ve noticed two problems with this and am wondering if there are good workarounds:
- no cursor
- very difficult to get newlines in
It makes it overall clunky to edit the notes. It displays them fine.
It would be nice if the table cell itself just operated similarly to what you see in social media apps where pressing shift+enter gets you a newline. Is this doable with a data_table or maybe via css/bootstrap/etc (disclaimer: I’m not a web dev)? Can I hijack keypresses like that and give it shift+enter capability? And is there a way to get a cursor to appear? I saw a bug report about this but nothing else.