Skip to content

Commit

Permalink
Merge branch 'prod'
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed Jul 17, 2024
2 parents 77927e2 + 874a5f1 commit bda04be
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions apps/showcase/pages/datatable/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import DynamicColumnsDoc from '@/doc/datatable/DynamicColumnsDoc.vue';
import ExportDoc from '@/doc/datatable/ExportDoc.vue';
import GridLinesDoc from '@/doc/datatable/GridLinesDoc.vue';
import ImportDoc from '@/doc/datatable/ImportDoc.vue';
import LazyLoadDoc from '@/doc/datatable/LazyLoadDoc.vue';
// import LazyLoadDoc from '@/doc/datatable/LazyLoadDoc.vue';
import ReorderDoc from '@/doc/datatable/ReorderDoc.vue';
import RowExpansionDoc from '@/doc/datatable/RowExpansionDoc.vue';
import SizeDoc from '@/doc/datatable/SizeDoc.vue';
Expand Down Expand Up @@ -209,11 +209,11 @@ export default {
}
]
},
{
id: 'lazy_load',
label: 'Lazy Load',
component: LazyLoadDoc
},
// {
// id: 'lazy_load',
// label: 'Lazy Load',
// component: LazyLoadDoc
// },
{
id: 'scroll',
label: 'Scroll',
Expand Down

0 comments on commit bda04be

Please sign in to comment.