Shiraz - searchable dynamic table + pagination

Hello,
pagination:"yes" in searchable dynamic table fails:

Filter and search in table <$edit-text tiddler="$:/temp/demo/dtable/search" filed=text tag=input default=""/> <$button set="$:/temp/demo/dtable/search" setTo="" tooltip="clear searchbox">x</$button>
<$macrocall $name=table-dynamic filter="[tag[sample]search{$:/temp/demo/dtable/search}]" pagination:"yes" class="w-100" fields="tbl-expand title url email tags"  caption="''Table 1. Dynamic table example with search box''" stateTiddler="20200213/0928"/>

without its working:

Any idea?

Thanks, Stefan

When using $macrocall, you need to pass attribute using =.

So change pagination:"yes" into pagination="yes" This is not related to Shiraz, it is a TiddlyWiki requirement.

1 Like

Thanks @Mohammad - works perfect :+1: