Re: Sortable tables with non existing value but different attributes

2017-08-01 Thread Antonio Muñiz
Oh, I thought you already tried that :) El El mar, 1 ago 2017 a las 15:49, Victor Martinez < victormartinezru...@gmail.com> escribió: > indeed!! It works like a charm > > Thanks > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Developers" group. > To u

Re: Sortable tables with non existing value but different attributes

2017-08-01 Thread Victor Martinez
indeed!! It works like a charm Thanks -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-dev+unsubscr...@googlegroups.com. To view this discussion

Re: Sortable tables with non existing value but different attributes

2017-08-01 Thread Stephen Connolly
Isn't it just a question of using the attribute to have sorting on that attribute? On 1 August 2017 at 01:52, Victor Martinez wrote: > Hi there, > > Any ideas how I can use the sortable type in a non value cell? I though I > could use the "data-sort" attribute in the cell but it doesn't work. >

Re: Sortable tables with non existing value but different attributes

2017-08-01 Thread Antonio Muñiz
I don't see clean way to do it. Best I can think of is to write your own JS event so it requests the values with a specific sort to the backend. On Tue, Aug 1, 2017 at 10:52 AM, Victor Martinez < victormartinezru...@gmail.com> wrote: > Hi there, > > Any ideas how I can use the sortable type in a

Sortable tables with non existing value but different attributes

2017-08-01 Thread Victor Martinez
Hi there, Any ideas how I can use the sortable type in a non value cell? I though I could use the "data-sort" attribute in the cell but it doesn't work. As you can see below, there is a table based on two columns, first column contains the value "${job.name}" while the second column is just a