IgniteUI / igniteui-angular

Ignite UI for Angular is a complete library of Angular-native, Material-based Angular UI components with the fastest grids and charts, Pivot Grid, Dock Manager, Hierarchical Grid, and more.
https://www.infragistics.com/products/ignite-ui-angular
Other
568 stars 159 forks source link

refactor(grid): mark lastSearchInfo readonly/getter-only #14388

Closed damyanpetev closed 2 weeks ago

damyanpetev commented 2 weeks ago

Generally would like public writable properties to also be @Input-s, however there should be no meaningful use case that requires setting lastSearchInfo entirely or any of it's properties for that matter. As the name suggest that's cached search details so marking the property readonly/making it a getter.

Additional information (check all that apply):

Checklist: