how to stop table auto refresh when public properties updated in live wire component

i have a filament page and it has multiple public properties along with a table . but when i update these public property using ' wire:model.change ' then the table becomes auto refreshed why and how to fix this
Was this page helpful?