Page 1 of 1

Simple Responsive Tables Plugin

Posted: Sun Feb 28, 2021 7:43 pm
by stani
For GRAV there is a simple and well-functioning plug-in Simple Responsive Tables.

There's probably nothing like that for Bludit, am I right??

Re: Simple Responsive Tables Plugin

Posted: Mon Mar 01, 2021 4:09 pm
by Edi
I presume there will be a jQuery script that you can use with Bludit.

Also there are some CSS solutions.

For example if the theme uses Bootstrap:

https://getbootstrap.com/docs/4.1/conte ... ive-tables

Furthermore you can find some information for example here:

https://www.w3schools.com/howto/howto_c ... onsive.asp

https://css-tricks.com/accessible-simpl ... ve-tables/

https://css-tricks.com/responsive-data-tables/

Re: Simple Responsive Tables Plugin

Posted: Mon Mar 01, 2021 4:16 pm
by Edi
Edi wrote: Mon Mar 01, 2021 4:09 pm I presume there will be a jQuery script that you can use with Bludit.
Here is one of several jQuery scripts:

https://www.jerrylow.com/basictable/

Re: Simple Responsive Tables Plugin

Posted: Sat Nov 13, 2021 7:29 am
by stani
I wish it was in the new Bludit...

Re: Simple Responsive Tables Plugin

Posted: Sat Nov 13, 2021 1:18 pm
by Edi
Bludit should stay lightweighted and not be overloaded with scripts.

But you can add any script to your installation if you need it.

Also you can use table_sizing_mode in the configuration of the editor TinyMCE:

https://www.tiny.cloud/docs/plugins/ope ... izing_mode

Another thing is how to handle tables on mobile devices. This depends from the content, and there is not one solution for different needs.

Re: Simple Responsive Tables Plugin

Posted: Sat Nov 13, 2021 1:33 pm
by stani
Thanks Edi.

But I can assure you, that the GRAV plug-in mentioned above, works very well.
It's a pity that such a plug-in is not for Bludit either.

Edit: "Also you can use table_sizing_mode in the configuration of the editor TinyMCE"..
I don't see anything like that in the configuration, how can I do that, please?