Problem Tabular (aldeed) with using in "Alertify Modal"?

I use Tabular with Alertify Modal like this

// Html
<template name="staffList">
   {{> tabular...........................}}
</template>

// JS
...events({
   'click .openAtertify': function(){
       alertify.custom('Title Name',  renderTemplate(staffList))
   }
})

The first time to open, it is OK for all.
But for the second time to open, we can’t use search, next/previous so on.