Simple Responsive Tables Plugin

Post Reply
User avatar
stani
Master Bludit
Posts: 79
Joined: Wed Oct 14, 2020 1:34 pm
Has thanked: 1 time

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??
Last edited by stani on Mon Mar 01, 2021 7:50 pm, edited 1 time in total.
User avatar
Edi
Site Admin
Posts: 3121
Joined: Sun Aug 09, 2015 5:01 pm
Location: Zurich
Has thanked: 54 times
Been thanked: 77 times
Contact:

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/
Clickwork - Websites mit Bludit | Planet Bludit - Tipps und Snippets
User avatar
Edi
Site Admin
Posts: 3121
Joined: Sun Aug 09, 2015 5:01 pm
Location: Zurich
Has thanked: 54 times
Been thanked: 77 times
Contact:

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/
Clickwork - Websites mit Bludit | Planet Bludit - Tipps und Snippets
User avatar
stani
Master Bludit
Posts: 79
Joined: Wed Oct 14, 2020 1:34 pm
Has thanked: 1 time

I wish it was in the new Bludit...
User avatar
Edi
Site Admin
Posts: 3121
Joined: Sun Aug 09, 2015 5:01 pm
Location: Zurich
Has thanked: 54 times
Been thanked: 77 times
Contact:

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.
Clickwork - Websites mit Bludit | Planet Bludit - Tipps und Snippets
User avatar
stani
Master Bludit
Posts: 79
Joined: Wed Oct 14, 2020 1:34 pm
Has thanked: 1 time

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?
Post Reply