File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 11export * from './lib/comparison-tool.component' ;
2- export * from './lib/comparison-tool.variables' ;
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ export class ComparisonToolService<T> {
3737 filterResultsButtonTooltip : 'Filter results' ,
3838 showSignificanceControls : true ,
3939 viewDetailsTooltip : 'View detailed results' ,
40- viewDetailsClick : ( ) => {
40+ viewDetailsClick : ( id : string , label : string ) => {
4141 return ;
4242 } ,
4343 legendEnabled : true ,
@@ -352,7 +352,7 @@ export class ComparisonToolService<T> {
352352 }
353353
354354 handleLazyLoad ( event : TableLazyLoadEvent ) {
355- const defaultRowsPerPage = this . viewConfigSignal ( ) . rowsPerPage || 10 ;
355+ const defaultRowsPerPage = this . viewConfigSignal ( ) . rowsPerPage ;
356356 const { pageNumber, pageSize } = this . helperService . getPaginationParams (
357357 event ,
358358 defaultRowsPerPage ,
You can’t perform that action at this time.
0 commit comments