Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
PHP で flexigrid を使用しています。ページが 1 つしかない場合はページャーを非表示にし、ページ数が 1 を超える場合はページャーを表示します。実行時にページャーを非表示または表示できる場合、これは整理できると思います。しかし、それは機能していません
すなわち$("#div").flexReload({usepager:true});
$("#div").flexReload({usepager:true});
試す
$('#div') .flexOptions({ usepager:true }) .flexReload();