Re: How can I export a table to HTML with header and footers

2024-10-20 Thread Raghavendra Nyshadham
On 2024-10-20 18:35 +05:30, Dr. Volker Zell wrote: how would you do it with the export-filter mechanism of Org mode... mayb this comes in handy later For example, as follows. #+title: Org Tables to DataTables #+html_doctype: html5 #+html_head: https://code.jquery.com/jquery-3.7.1.min.js";

Re: How can I export a table to HTML with header and footers

2024-10-20 Thread Dr. Volker Zell
Hi The columns.footer option of DataTables works like a charm ... but just curious how would you do it with the export-filter mechanism of Org mode... mayb this comes in handy later Thx for you help   Volker

Re: How can I export a table to HTML with header and footers

2024-10-18 Thread Dr. Volker Zell
Hi Thanks ... you made my day ... even if haven't asked for displaying 2 tables (or maybe even more) at the same time with all the Datatables magic glue in ORG syntax this was exactly what I would have asked next ... Yah your solution (even with the id attribute) works perfectly. But back to

Re: How can I export a table to HTML with header and footers

2024-10-18 Thread Raghavendra Nyshadham
On 2024-10-19 02:08 +05:30, Dr. Volker Zell wrote: But back to the main question ... is it somehow possible to generate the footer elements ... Name Position Office Tiger Nixon System Architect Edinburgh

Re: How can I export a table to HTML with header and footers

2024-10-18 Thread Raghavendra Nyshadham
On 2024-10-18 08:35 +05:30, Raghavendra Nyshadham wrote: AFAIK, exporting tables with specific id attributes is not straightforward, but you can abuse the class attribute by putting the id in it. I think I was wrong about that:it looks like you can inject a specific id into a table element wit

Re: How can I export a table to HTML with header and footers

2024-10-17 Thread Raghavendra Nyshadham
On 2024-10-18 00:44 +05:30, Dr. Volker Zell wrote: Result should be like the following to be used with the datatable framwork Name Position Office Tiger Nixon System Architect Edinburgh Ashton Cox

How can I export a table to HTML with header and footers

2024-10-17 Thread Dr. Volker Zell
... see subject Result should be like the following to be used with the datatable framwork         Name   Position   Office               Tiger Nixon   System Architect   Edinburgh           Ashton Cox   Technical Author   San Francisco