Hellow everyone,

I am using QSortFilterProxyModel with QStandardItemModel and QTableView with continuous flow of data.

Filtering is working fine while data is getting inserted.

Filtering is not working when i maintain a fixed number of rows in the model by inserting the coming data as a row at the end (rowcount) and by removing the row at index 0.

Thanks in Advance.