JourneyApps Legacy Release Notes
Return to JourneyApps Docs
  • Introducing whatsnew.journeyapps.com
  • JourneyApps Runtime
    • JourneyApps Runtime v4.76
    • JourneyApps Runtime v4.75
    • JourneyApps Runtime v4.74
    • JourneyApps Runtime bug fixes for v4.73.1 - v4.73.5
    • JourneyApps Runtime v4.73.0
    • JourneyApps Runtime v4.72.3 and v4.72.4
    • JourneyApps Runtime v4.72.2
    • JourneyApps Runtime v4.72.1
    • JourneyApps Runtime v4.72.0
    • JourneyApps Runtime v4.71
    • JourneyApps Runtime v4.70
    • JourneyApps Runtime v4.60
  • JourneyApps Container
    • JourneyApps Container v20.7.2
    • JourneyApps Container v20.7.1
    • JourneyApps Container v20.6.3
    • JourneyApps Container v20.6.2
    • JourneyApps Container v20.6.1
    • JourneyApps Container v20.4.3
    • JourneyApps Container v20.4.2
    • JourneyApps Container v20.4.1
    • JourneyApps Container v20.3.1
    • JourneyApps Container v20.2.1
    • JourneyApps Container v19.12.2
    • JourneyApps Container v19.12.1
    • JourneyApps Container v19.10.1
    • JourneyApps Container v4.59
    • JourneyApps Container v4.58
    • JourneyApps Container v4.57.2
    • JourneyApps Container v4.57.1
    • JourneyApps Container v4.56
    • JourneyApps Container v4.54
    • JourneyApps Container v4.53
    • JourneyApps Container v4.52
    • JourneyApps Container v4.51
    • JourneyApps Container v4.50
    • JourneyApps Container v4.49
    • JourneyApps Container v4.48
    • JourneyApps Container v4.47
    • JourneyApps Container v4.46
    • JourneyApps Container v4.45
    • JourneyApps Container v4.43
    • JourneyApps Container v4.42
    • JourneyApps Container v4.41
    • JourneyApps Container v4.40.5
    • JourneyApps Container v4.40
    • JourneyApps Container v4.39
    • JourneyApps Container v4.38
    • JourneyApps Container v4.37
    • JourneyApps Container v4.36
    • JourneyApps Container v4.35
    • JourneyApps Container v4.34
    • JourneyApps Container v4.33
    • JourneyApps Container v4.32
    • JourneyApps Container v4.31
    • JourneyApps Container v4.30
    • JourneyApps Container v4.29
    • JourneyApps Container v4.28
    • JourneyApps Container v4.27
    • JourneyApps Container v4.26
    • JourneyApps Container v4.25
    • JourneyApps Container v4.24
    • JourneyApps Container v4.23
    • JourneyApps Container v4.22
    • JourneyApps Container v4.21
    • JourneyApps Container v4.20
    • JourneyApps Container v4.19
    • JourneyApps Container v4.18
    • JourneyApps Container v4.17
    • JourneyApps Container v4.16
    • JourneyApps Container v4.15
    • JourneyApps Container v4.14
    • JourneyApps Container v4.13.1
  • CloudCode
    • CloudCode v1.10.0
    • CloudCode v1.9.8
    • CloudCode v1.9.7
    • CloudCode v1.9.6
    • CloudCode v1.9.5
    • CloudCode v1.9.4
    • CloudCode v1.9.3
    • CloudCode v1.5.1
    • CloudCode v1.4.2
    • CloudCode v1.4.1
    • CloudCode v1.3.2
    • CloudCode v1.3.1
    • CloudCode v1.3.0
    • CloudCode v1.2
    • CloudCode v1.1
    • CloudCode v1.0
  • Announcements
    • Additional Named Colors, Color Theming Page update and more!
    • Deeper Integration between XML and JS for more dynamic apps
    • Introducing Sync Rules v2
    • Introducing JS Console v2
    • JS Tasks End-of-life
    • Object Tables, Refreshed
    • CloudCode PDF Reports v0.4
    • Polish Week Releases for the App Editor!
    • Polish Week Releases for the JourneyApps Backend!
    • Private NPM Packages in CloudCode Tasks
    • Releases to the App Editor and Backend
    • Sync Rules opened up to all developers
    • We're enabling ATS on the iOS JourneyApps Container
    • CloudCode PDF Reports v0.4
Powered by GitBook
On this page
  1. Announcements

Object Tables, Refreshed

PreviousJS Tasks End-of-lifeNextCloudCode PDF Reports v0.4

Last updated 3 years ago

Object Tables are one of the most widely used components of JourneyApps. They’re vital to display and filter through large amounts of data, and allow users to select and work with specific items as part of their app workflows.

Object Tables were originally designed with mobile users in mind, lacking core data table functionality such as filtering, sorting and pagination. As a result, app workarounds were required to allow users to get

Another incorrect assumption made when originally designing Object Tables was that these tables would be used for smaller sets of data. The apps built on our Platform’s complexity and size increase every year and the original Object Tables just couldn’t keep up anymore. Users were often left hanging with a “Loading..” message and the painful scrolling through 1000s of rows would distract them from the power of the solution that you’re building.

That’s why we took a step back, put our thinking caps on, and redesigned this component from scratch. Together with a brand new design, Object Tables now support pagination, sorting, filtering and static headers right out the box. It’s also 10x faster than it used to be - so that your users can love the way they look and work. The redesign took differences between mobile and desktop platforms into account, optimizing the tables’ use on all platforms.

See for more details.

the docs