Jquery.table.transpose
jquery plugin to transpose HTML table
Install / Use
/learn @riteshgandhi/Jquery.table.transposeREADME
jquery.table.transpose
This jquery plugin transposes html table. It has two modes 1) Horizontal and 2) Vertical
Modes: 0 = Horizontal, 1 = Vertical
Horizontal:-
When mode is set to Horizontal, plugin will transpose existing HTML table with horizontal headers to Vertical
Vertical:-
When mode is set to Vertical, plugin will transpose existing HTML table with vertical headers to Horizontal
Sample:
//initialize plugin on table with horizontal headers
if (!$("#htable").is(":blk-transpose")){ $("#htable").transpose({ mode: 0 }); }
//initialize plugin on table with vertical headers
if (!$("#vtable").is(":blk-transpose")){ $("#vtable").transpose({ mode: 1}); }
//call Transpose method to transpose table
$("#htable").transpose("transpose"); $("#vtable").transpose("transpose");
//call reset method to put the table back to original format
$("#htable").transpose("reset"); $("#vtable").transpose("reset");
Related Skills
node-connect
348.2kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
108.9kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
348.2kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
348.2kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
