maytasm commented on PR #36226:
URL: https://github.com/apache/spark/pull/36226#issuecomment-1530789474

   @gengliangwang @srowen looks like this change broke the sorting arrow on the 
table. The sort_asc.png and sort_ desc.png is not displayed in the table. I 
believe this is because the jquery.dataTables.1.10.25.min.css uses `!important` 
for the sort_asc.png and sort_ desc.png 
   i.e. `.sorting_asc{background-image:url("../images/sort_asc.png") !important`
   Seems like this is not a problem in master branch as we upgraded DataTables 
from 1.10.25 to 1.13.2
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to