E-mail List Archives
Re: Reorder table columns
From: James Nurthen
Date: Feb 10, 2015 6:07PM
- Next message: Michael Vogt: "Re: Reorder table columns"
- Previous message: Tim Harshbarger: "Re: Reorder table columns"
- Next message in Thread: Michael Vogt: "Re: Reorder table columns"
- Previous message in Thread: Tim Harshbarger: "Re: Reorder table columns"
- View all messages in this Thread
If adding extra stuff to the table headers I would also recommend
using the abbr attribute on the th cell to avoid the additional
buttons getting read as headers when navigating throught the rest of
the table with a screen reader.
i.e.
<th abbr="Last Name">Last Name <button>Move last name
left</button><button>Move last name right</button></th>
On Tue, Feb 10, 2015 at 1:28 PM, Tim Harshbarger
< <EMAIL REMOVED> > wrote:
> Another way to implement Birkir's solution would to only include the extra buttons if the user selects an option indicating they want to change the format of the table. Think of that as being more a mobile paradigm, here certain features are hidden on the UI until you click an Edit button
>
> Thanks,
> Tim
>
>
>
- Next message: Michael Vogt: "Re: Reorder table columns"
- Previous message: Tim Harshbarger: "Re: Reorder table columns"
- Next message in Thread: Michael Vogt: "Re: Reorder table columns"
- Previous message in Thread: Tim Harshbarger: "Re: Reorder table columns"
- View all messages in this Thread