Skip to content

Additional fields added to InsertRow modal from the row object, like expand row, not just defined columns.  #37

Open
@Kawirider636

Description

@Kawirider636

Maybe this exists already and I can't find it in an example. But currently I have a table with four defined columns for a "quick view' type functionality, then I use the expand row functionality to show all the additional fields from the row object. Passing that row object in is nice to have I can list all attributes from the object there. But if I want to add a new row using InsertRow I only have access to the columns defined in the table. So using the InsertRow modal I can only get fields for the columns in the table, not all the attributes on the row object. Is there anyway to do this or could this be a feature request?

Example: row shows just first name and last name, expand row shows, address, birthday, phone number, other contact details etc. Clicking InsertRow, modal only shows first name and last name. The columns object passed into the modal only has those 2 attributes. But I'd like the other ones to be there as well for address, phone, dob, etc.

Thanks.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions