I need a scrollbar in datatable editor.

I create a datatable with many fields.
Please give me a scroll bar in data table editor. :slight_smile:

Hey,

I’ve been working on some data table editor improvements for 4.8, and as part of these I have fixed the fact that that properties panel doesn’t have a scrollbar.

If you’re building from source, you’ll need to delete the AutoHeight() as shown on line 395 of this change.

Other changes coming in 4.8 include:

  • The ability to export an existing data table to a CSV or JSON file.
  • The ability to import a data table from a JSON file (as well as the existing CSV file support).
  • User resizeable columns and horizontal scrolling of the grid panel.

Thanks,
Jamie.

Thank you very much. :smiley: