Table Field vs Datatable Field

I have been developing some apps with the frappe framework and it has been fantastic, but there is a problem I have found in all of the apps I have built, its the max column limit on the table field.

It looks to me that it is a recurring problem/question in the community so I decided to look into it.

I have been trying to use the frappe datatable, since its already used in reports, to make a new field type, it is basically a copy of the table field control logic mapped to the datatable.

I have a basic version working here, its a fork from develop and doctype form builder already has the field called “Data Table”.

Has anyone tried to do something similar?





2 Likes

Hi:

Thanks, looks great.