@@ -297,6 +297,7 @@ export abstract class IgxGridBaseDirective extends DisplayDensityBase implements
297
297
298
298
/**
299
299
* Emitted after the current page is changed.
300
+ *
300
301
* @deprecated
301
302
* @example
302
303
* ```html
@@ -314,6 +315,7 @@ export abstract class IgxGridBaseDirective extends DisplayDensityBase implements
314
315
315
316
/**
316
317
* Emitted when `perPage` property value of the grid is changed.
318
+ *
317
319
* @deprecated
318
320
* @example
319
321
* ```html
@@ -677,6 +679,7 @@ export abstract class IgxGridBaseDirective extends DisplayDensityBase implements
677
679
678
680
/**
679
681
* Emitted after paging is performed.
682
+ *
680
683
* @deprecated
681
684
* @remarks
682
685
* Returns an object consisting of the previous and next pages.
@@ -1454,6 +1457,7 @@ export abstract class IgxGridBaseDirective extends DisplayDensityBase implements
1454
1457
1455
1458
/**
1456
1459
* Gets/Sets the current page index.
1460
+ *
1457
1461
* @deprecated
1458
1462
* @example
1459
1463
* ```html
@@ -4136,6 +4140,7 @@ export abstract class IgxGridBaseDirective extends DisplayDensityBase implements
4136
4140
4137
4141
/**
4138
4142
* Gets the total number of pages.
4143
+ *
4139
4144
* @deprecated
4140
4145
* @example
4141
4146
* ```typescript
@@ -4149,6 +4154,7 @@ export abstract class IgxGridBaseDirective extends DisplayDensityBase implements
4149
4154
4150
4155
/**
4151
4156
* Gets if the current page is the first page.
4157
+ *
4152
4158
* @deprecated
4153
4159
* @example
4154
4160
* ```typescript
@@ -4162,6 +4168,7 @@ export abstract class IgxGridBaseDirective extends DisplayDensityBase implements
4162
4168
4163
4169
/**
4164
4170
* Goes to the next page, if the grid is not already at the last page.
4171
+ *
4165
4172
* @deprecated
4166
4173
* @example
4167
4174
* ```typescript
@@ -4176,6 +4183,7 @@ export abstract class IgxGridBaseDirective extends DisplayDensityBase implements
4176
4183
4177
4184
/**
4178
4185
* Goes to the previous page, if the grid is not already at the first page.
4186
+ *
4179
4187
* @deprecated
4180
4188
* @example
4181
4189
* ```typescript
@@ -4216,6 +4224,7 @@ export abstract class IgxGridBaseDirective extends DisplayDensityBase implements
4216
4224
4217
4225
/**
4218
4226
* Returns if the current page is the last page.
4227
+ *
4219
4228
* @deprecated
4220
4229
* @example
4221
4230
* ```typescript
0 commit comments