@@ -283,6 +283,12 @@ table.dataTable th.dt-left,
283
283
table .dataTable td .dt-left {
284
284
text-align : left;
285
285
}
286
+ table .dataTable th .dt-left div .dt-column-header ,
287
+ table .dataTable th .dt-left div .dt-column-footer ,
288
+ table .dataTable td .dt-left div .dt-column-header ,
289
+ table .dataTable td .dt-left div .dt-column-footer {
290
+ flex-direction : row;
291
+ }
286
292
table .dataTable th .dt-center ,
287
293
table .dataTable td .dt-center {
288
294
text-align : center;
@@ -301,6 +307,12 @@ table.dataTable th.dt-justify,
301
307
table .dataTable td .dt-justify {
302
308
text-align : justify;
303
309
}
310
+ table .dataTable th .dt-justify div .dt-column-header ,
311
+ table .dataTable th .dt-justify div .dt-column-footer ,
312
+ table .dataTable td .dt-justify div .dt-column-header ,
313
+ table .dataTable td .dt-justify div .dt-column-footer {
314
+ flex-direction : row;
315
+ }
304
316
table .dataTable th .dt-nowrap ,
305
317
table .dataTable td .dt-nowrap {
306
318
white-space : nowrap;
@@ -322,6 +334,16 @@ table.dataTable tfoot th.dt-head-left,
322
334
table .dataTable tfoot td .dt-head-left {
323
335
text-align : left;
324
336
}
337
+ table .dataTable thead th .dt-head-left div .dt-column-header ,
338
+ table .dataTable thead th .dt-head-left div .dt-column-footer ,
339
+ table .dataTable thead td .dt-head-left div .dt-column-header ,
340
+ table .dataTable thead td .dt-head-left div .dt-column-footer ,
341
+ table .dataTable tfoot th .dt-head-left div .dt-column-header ,
342
+ table .dataTable tfoot th .dt-head-left div .dt-column-footer ,
343
+ table .dataTable tfoot td .dt-head-left div .dt-column-header ,
344
+ table .dataTable tfoot td .dt-head-left div .dt-column-footer {
345
+ flex-direction : row;
346
+ }
325
347
table .dataTable thead th .dt-head-center ,
326
348
table .dataTable thead td .dt-head-center ,
327
349
table .dataTable tfoot th .dt-head-center ,
@@ -350,6 +372,16 @@ table.dataTable tfoot th.dt-head-justify,
350
372
table .dataTable tfoot td .dt-head-justify {
351
373
text-align : justify;
352
374
}
375
+ table .dataTable thead th .dt-head-justify div .dt-column-header ,
376
+ table .dataTable thead th .dt-head-justify div .dt-column-footer ,
377
+ table .dataTable thead td .dt-head-justify div .dt-column-header ,
378
+ table .dataTable thead td .dt-head-justify div .dt-column-footer ,
379
+ table .dataTable tfoot th .dt-head-justify div .dt-column-header ,
380
+ table .dataTable tfoot th .dt-head-justify div .dt-column-footer ,
381
+ table .dataTable tfoot td .dt-head-justify div .dt-column-header ,
382
+ table .dataTable tfoot td .dt-head-justify div .dt-column-footer {
383
+ flex-direction : row;
384
+ }
353
385
table .dataTable thead th .dt-head-nowrap ,
354
386
table .dataTable thead td .dt-head-nowrap ,
355
387
table .dataTable tfoot th .dt-head-nowrap ,
0 commit comments