Book a Demo

Author Topic: Wireframing - reorder columns in table  (Read 4104 times)

miron

  • EA Novice
  • *
  • Posts: 12
  • Karma: +0/-0
    • View Profile
Wireframing - reorder columns in table
« on: March 12, 2015, 03:40:49 am »
Is there possibility to reorder columns in table
in Wireframing.

In property it is possibility to visual adding columns but I can't reorder it.

KP

  • EA Administrator
  • EA Expert
  • *****
  • Posts: 2919
  • Karma: +55/-3
    • View Profile
Re: Wireframing - reorder columns in table
« Reply #1 on: March 12, 2015, 09:19:37 am »
You can do it by editing the "Properties" tagged value, but you will need to make the equivalent change to each individual row. For example (from the Android phone pattern):

Quote
<Table Columns="Lap #=40;Running Total=72;[highlight]This lap=54;[/highlight]">
      <Row Info="Lap 1;01:00.0;[highlight]01:00.0;[/highlight]"/>
      <Row Info="Lap 2;02:00.0;[highlight]01:00.0;[/highlight]"/>
      <Row Info="Lap 3;04:00.0;[highlight]02:00.0;[/highlight]"/>
</Table>

becomes

Quote
<Table Columns="Lap #=40;[highlight]This lap=54;[/highlight]Running Total=72;">
      <Row Info="Lap 1;[highlight]01:00.0;[/highlight]01:00.0;"/>
      <Row Info="Lap 2;[highlight]01:00.0;[/highlight]02:00.0;"/>
      <Row Info="Lap 3;[highlight]02:00.0;[/highlight]04:00.0;"/>
</Table>
The Sparx Team
[email protected]