We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1826268 commit 351cb71Copy full SHA for 351cb71
projects/igniteui-angular/src/lib/grids/grid-base.directive.ts
@@ -4256,7 +4256,6 @@ export abstract class IgxGridBaseDirective extends DisplayDensityBase implements
4256
* @param val
4257
*/
4258
// eslint-disable-next-line @typescript-eslint/member-ordering
4259
- @DeprecateMethod('Use the corresponding method exposed by the `igx-paginator`.')
4260
public paginate(val: number): void {
4261
this.paginator?.paginate(val);
4262
}
0 commit comments