Not able to use fallback in asp.net core

Not able to use fallback in asp.net core

v_swetav_sweta Posts: 1Questions: 0Answers: 0

ASP.Net core uses a single class to test whether fallback needs to be done or not. But https://cdn.datatables.net/1.13.4/css/dataTables.bootstrap5.css and https://cdn.datatables.net/buttons/2.4.1/css/buttons.dataTables.min.css doesn't have a single class like
.fallback_test_class{
display:'block';
}

Requesting to add a single class so that could be used in fallback.

Thank you,
Sweta

Replies

  • allanallan Posts: 63,489Questions: 1Answers: 10,470 Site admin
    edited September 2023

    Hi,

    I'm not actually familiar with fallbacks in .NET Core - do you mean like this or something else?

    We are unlikely to include CSS that is specific to an individual platform to be honest. We've not done that for any other platform.

    Allan

Sign In or Register to comment.