basxsoftwareassociation / bread

Engine to create database applications based on Django and the IBM Carbon Design System
BSD 3-Clause "New" or "Revised" License
19 stars 2 forks source link

Features/formsets in datatables #34

Closed saemideluxe closed 3 years ago

saemideluxe commented 3 years ago

The code introduced a bit of dependency between Datatable and FormsetField but I think it is good enough. Better solutions would require too much refactoring.

saemideluxe commented 3 years ago

Ok, DataTable and FormsetField APIs feel much better now. It should now also be possible to compose easier in other scenarios.

wipascal commented 3 years ago

This is great! :) Thank you for taking the time to refactor!