VisionX Previewer app 3.3.0 insights
We work hard on our VisionX Previewer app and have some really cool new features for you
You know that we use a table for data representation. It looks like following:
We know that a table is not really cool on mobile devices. A table on mobile devices often looks like a list, like this one:
Our problem was the layout of the list elements. This is easy for a table but complex for a list. Anyway, we found a super flexible solution for the problem and now it's possible to show a table as list, like following:
You don't need to change your application to show a table as list, just add a style information to your existing tables and everything will work. The list supports same features as the table. It's sortable, editable and you can delete records. The list has some additional style options like as Card, with + button, with border, with arrow:
This is the default layout implementation of the list. If you want another layout, you can use a template mechanism to create your own customized list. The template is a json file which defines the layout. It's not super easy but with a little patience it will work.
The new list feature will be available together with the next VisionX update in some weeks, because the template mechanism is new and not available in older VisionX versions.