We currently use editable lists where we query data dynamically from SQL and populate the k2 list
we would like something similar where we can query a table and depending on parameters load a list view with checkboxes
say we have 3 items specified in SQL
Id, Rows, Columns
1, 3, 3
2, 7, 7
3, 10, 10
i would like to be able to query the table and then depending on the result build a k2 view with checkboxes for the selection
ie, pick id 2, then a view is created with 7 checkboxes across and 7 checkboxes down