Hyper-Table dynamic table plugin now supports search and edit

Github: GitHub - tiddly-gittly/hyper-table: Present large amounts of data beautifully and efficiently, generate pivot tables and other advanced table presentations for tiddlers., Demo: 高维表格 — 美观高效地展示大量数据,为你的条目生成数据透视表等高级表格展示方式。 (You could switch language from page control button)

Press “Enter” in the search bar below the table to search. ESC to clear the search result.

You could use filter expression to create a “Database” from your wiki, and double click a cell to edit any field of those tiddlers.

And it is possible to create a searchable and sortable table from WikiText table:

<$basic-table
  height="150px"
  search="search-bar"
>
|!Cell1 |!Cell2 |
|Cell3 |Cell4 |
|Cell5 |Cell6 |
</$basic-table>

This plugin is named hyper-table on CPL.

1 Like

Excellent! This is a highly effective solution for managing tables throughout TiddlyWiki.

Thanks, your Shiraz dynamic-table is still valuable, my table’s pro and con:

  • pro: works very efficient with tens of thousands of rows
  • con: itself takes 1.88 MB

so it only works for pro users like me, my wiki is 224 MB, but my PC’s storage is 24TB, and I disable this plugin when publish website, so I can accept the size :smirk_cat:

1 Like