Saltar navegación

[Resuelto] Views: Responsive Table

This support ticket is created hace 5 años, 8 meses. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 - -
13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 - -

Supporter timezone: America/New_York (GMT-04:00)

Etiquetado: 

Este tema contiene 1 respuesta, tiene 2 mensajes.

Última actualización por Christian Cox hace 5 años, 8 meses.

Asistido por: Christian Cox.

Autor
Mensajes
#1239882

Tell us what you are trying to do?

Trying to get views to display the results of the loop in a table format that is responsive.

Is there any documentation that you are following?
No, just the default option in Views Loop Wizard to display as a table. It works OK on desktop but it's not responsive.

Is there any way to have a responsive table within views? If not, do you recommend any other plugins or libraries that integrate well with the views code in providing a responsive table?

#1239885

It depends on what exactly you mean by 'responsive'. For example, the Bootstrap library comes with a "responsive tables" utility that basically just makes tables scroll horizontally: https://getbootstrap.com/docs/3.3/css/#tables-responsive

Toolset can load the Bootstrap library for you, so this table might be a simple option. Other responsive table systems offer different layout options at different resolutions, but I don't have any recommendations for those. Do you have an example of a table you would like to emulate?