File tree Expand file tree Collapse file tree 1 file changed +11
-18
lines changed
src/playground/configs/templates Expand file tree Collapse file tree 1 file changed +11
-18
lines changed Original file line number Diff line number Diff line change @@ -229,54 +229,51 @@ const defaultSortBy = [
229
229
];
230
230
const headers = {
231
231
comments: [
232
- // {
233
- // align: 'start',
234
- // key: null,
235
- // title: '',
236
- // width: 110,
237
- // },
232
+ {
233
+ align: ' start' ,
234
+ key: null ,
235
+ title: ' ' ,
236
+ width: 110 ,
237
+ },
238
238
{
239
239
align: ' start' ,
240
240
key: ' postId' ,
241
241
sortable: false ,
242
242
title: ' Post ID' ,
243
- // width: 110,
243
+ width: 110 ,
244
244
},
245
245
{
246
246
align: ' start' ,
247
247
key: ' id' ,
248
248
sortable: false ,
249
249
title: ' Comment ID' ,
250
- // width: 130,
250
+ width: 130 ,
251
251
},
252
252
{
253
253
align: ' start' ,
254
254
key: ' name' ,
255
255
title: ' Comment' ,
256
256
},
257
- {
258
- key: ' data-table-expand' ,
259
- title: ' ' ,
260
- },
261
257
],
262
258
posts: [
263
259
{
264
260
align: ' start' ,
265
261
key: ' userId' ,
266
262
sortable: false ,
267
263
title: ' User ID' ,
268
- // width: 110,
264
+ width: 110 ,
269
265
},
270
266
{
271
267
align: ' start' ,
272
268
key: ' id' ,
273
269
title: ' Post ID' ,
274
- // width: 240,
270
+ width: 240 ,
275
271
},
276
272
{
277
273
align: ' start' ,
278
274
key: ' title' ,
279
275
title: ' Post' ,
276
+ // width: 50,
280
277
},
281
278
{
282
279
key: ' data-table-expand' ,
@@ -342,10 +339,6 @@ const footers = {
342
339
key: ' name' ,
343
340
title: ' Comment' ,
344
341
},
345
- {
346
- key: ' data-table-expand' ,
347
- title: ' ' ,
348
- },
349
342
],
350
343
posts: [
351
344
{
You can’t perform that action at this time.
0 commit comments