Ultima Template Responsive Issues :cry:

Forum rules
Please note that response time for technical support is within 3-5 business days.
Post Reply
tecgurus
Posts: 17
Joined: 04 Sep 2013, 04:44

07 Aug 2020, 16:59

I am using the last template in primefaces, but all the tables have this problem in a responsive way, I understood that all the template is responsive, I don't know if I am doing something wrong, could someone help me?

Image

Thanks

mert.sincan
Posts: 5281
Joined: 29 Jun 2013, 12:38

26 Aug 2020, 14:24

Hi,

Unfortunately, DataTable Row Expanded doesn't support responsive features. Could you please create a ticket on PrimeFaces github?

Best Regards,

User avatar
jfgomez
Posts: 24
Joined: 14 Jun 2016, 06:15

26 Aug 2020, 15:57

Hello @Tecgurus,

you could use the priority property from column in your datatable like:

Code: Select all

<p:column headerText="Sala" priority="1" sortBy="#{var.sala}" >
	<h:outputText value="#{var.sala}" />
</p:column>

...

<p:column headerText="Inscritos" priority="2" sortBy="#{var.inscritos}" >
	<h:outputText value="#{var.inscritos}" />
</p:column>
something like:

Priority 1 = Cell V
Priority 2 = Cell H (landscape)
Priority 3 = Tablet
Priority 4 = PC
Juan Fernando Gomez M.
jfgomez@conasinf.com

mert.sincan
Posts: 5281
Joined: 29 Jun 2013, 12:38

12 Sep 2020, 14:17

Thanks a lot, @jfgomez ;)

Best Regards,

Post Reply

Return to “Ultima - PrimeFaces”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 3 guests