Lucas Costa

Results 15 comments of Lucas Costa

@farridav This affects the change_list only, not the change_form

If someone is interested, here is a workaround: ``` let selected_rows = []; let table = document.querySelector('#spreadsheet table'); table.addEventListener("click", (event) => { let row = event.target.closest('tr'); if (!row) return; let...

Hi @adamghill thanks for the quick response. Basically I was losing the initial field value when using form_class and accessing my data (update view).... I tried to manually populate, but...

@adamghill some piece of information. If I remove the model from the unicornview, the value is kept and it works.... I think I will go this way

@adamghill yes, if you want to do a zoom or something, I am more than happy to help. Since I am new on django-unicorn, I cant help on fixing things,...