@@ -355,6 +355,12 @@ table.dataTable th.dt-left,
355355table .dataTable td .dt-left {
356356 text-align : left;
357357}
358+ table .dataTable th .dt-left div .dt-column-header ,
359+ table .dataTable th .dt-left div .dt-column-footer ,
360+ table .dataTable td .dt-left div .dt-column-header ,
361+ table .dataTable td .dt-left div .dt-column-footer {
362+ flex-direction : row;
363+ }
358364table .dataTable th .dt-center ,
359365table .dataTable td .dt-center {
360366 text-align : center;
@@ -373,6 +379,12 @@ table.dataTable th.dt-justify,
373379table .dataTable td .dt-justify {
374380 text-align : justify;
375381}
382+ table .dataTable th .dt-justify div .dt-column-header ,
383+ table .dataTable th .dt-justify div .dt-column-footer ,
384+ table .dataTable td .dt-justify div .dt-column-header ,
385+ table .dataTable td .dt-justify div .dt-column-footer {
386+ flex-direction : row;
387+ }
376388table .dataTable th .dt-nowrap ,
377389table .dataTable td .dt-nowrap {
378390 white-space : nowrap;
@@ -394,6 +406,16 @@ table.dataTable tfoot th.dt-head-left,
394406table .dataTable tfoot td .dt-head-left {
395407 text-align : left;
396408}
409+ table .dataTable thead th .dt-head-left div .dt-column-header ,
410+ table .dataTable thead th .dt-head-left div .dt-column-footer ,
411+ table .dataTable thead td .dt-head-left div .dt-column-header ,
412+ table .dataTable thead td .dt-head-left div .dt-column-footer ,
413+ table .dataTable tfoot th .dt-head-left div .dt-column-header ,
414+ table .dataTable tfoot th .dt-head-left div .dt-column-footer ,
415+ table .dataTable tfoot td .dt-head-left div .dt-column-header ,
416+ table .dataTable tfoot td .dt-head-left div .dt-column-footer {
417+ flex-direction : row;
418+ }
397419table .dataTable thead th .dt-head-center ,
398420table .dataTable thead td .dt-head-center ,
399421table .dataTable tfoot th .dt-head-center ,
@@ -422,6 +444,16 @@ table.dataTable tfoot th.dt-head-justify,
422444table .dataTable tfoot td .dt-head-justify {
423445 text-align : justify;
424446}
447+ table .dataTable thead th .dt-head-justify div .dt-column-header ,
448+ table .dataTable thead th .dt-head-justify div .dt-column-footer ,
449+ table .dataTable thead td .dt-head-justify div .dt-column-header ,
450+ table .dataTable thead td .dt-head-justify div .dt-column-footer ,
451+ table .dataTable tfoot th .dt-head-justify div .dt-column-header ,
452+ table .dataTable tfoot th .dt-head-justify div .dt-column-footer ,
453+ table .dataTable tfoot td .dt-head-justify div .dt-column-header ,
454+ table .dataTable tfoot td .dt-head-justify div .dt-column-footer {
455+ flex-direction : row;
456+ }
425457table .dataTable thead th .dt-head-nowrap ,
426458table .dataTable thead td .dt-head-nowrap ,
427459table .dataTable tfoot th .dt-head-nowrap ,
0 commit comments