|
|
@@ -3433,7 +3433,7 @@ function TableAjax__HIST_Route(args) {
|
|
|
<script>
|
|
|
jQuery(document).ready(function(){
|
|
|
jQuery('#<?php echo $this->_htmlID; ?>').TableAjax({
|
|
|
- url: 'index-ajax.php?_zasobID=<?php echo $this->_zasobID; ?>&_cls=<?php echo __CLASS__; ?>&_hash=<?php echo $this->_htmlID; ?>',
|
|
|
+ url: '<?= $this->syncUrl; ?>&_hash=<?= $this->_htmlID; ?>&_task=loadDataAjax',
|
|
|
columnPicker: true,
|
|
|
filter: true,
|
|
|
filterInit: <?php echo json_encode($filterInit); ?>,
|