Is there a way to add a grid to the bottom of the Datatables Edit screen?

Is there a way to add a grid to the bottom of the Datatables Edit screen?

StevenClarkStevenClark Posts: 2Questions: 1Answers: 0

Answers

  • allanallan Posts: 61,786Questions: 1Answers: 10,114 Site admin

    Three options:

    1. Create a datatable field and use some CSS to style it as you need.
    2. Create a plug-in field type that will display the data you need in the style you need.
    3. Listen for displayOrder and insert a grid into the .DTE element.

    That doesn't really look like an Editor screenshot though. Is it, or is it just styled differently?

    Allan

  • StevenClarkStevenClark Posts: 2Questions: 1Answers: 0

    The screenshot is from a desktop application that we are migrating to the web. We are using the Editor to replicate the functionality and having the grid at the bottom of the Editor screen would duplicate what the users have now. Thanks for the response.

  • allanallan Posts: 61,786Questions: 1Answers: 10,114 Site admin

    I'm with you now - thanks. Option 2 would be my suggested option (or option 1 if a DataTable would fit the bill).

    Allan

Sign In or Register to comment.