Changin HTML View of TablePress Result
-
Hello,
HTML Front view tablepress result of mine.
<table id="tablepress-10" class="tablepress tablepress-id-10 dataTable no-footer" role="grid"> <caption style="caption-side:bottom;text-align:left;border:none;background:none;margin:0;padding:0;"> </caption> <thead> <tr class="row-1" role="row"> <td class="column-1 sorting" tabindex="0" aria-controls="tablepress-10" rowspan="1" colspan="1" aria-label="Month: activate to sort column ascending" style="width: 78px;">Month</th> <td class="column-1">Decemeber</td> </tr> </thead> </table>
I want to change like below
<table id="tablepress-10" class="tablepress tablepress-id-10 dataTable no-footer" role="grid"> <caption style="caption-side:bottom;text-align:left;border:none;background:none;margin:0;padding:0;"> </caption> <thead> <tr class="row-1" role="row"> <td class="column-1 sorting" tabindex="0" aria-controls="tablepress-10" rowspan="1" colspan="1" aria-label="Month: activate to sort column ascending" style="width: 78px;">Month</td> <td class="column-1">Dec</td> </tr> </thead> </table>
I know PHP, if you can atleast show me the page where I can find the code it will be sufficient for me to edit it.
For this particular page, I use tablepress-datatables-column-filter-widget plugin.
Thanks
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Changin HTML View of TablePress Result’ is closed to new replies.