BlazorTable icon indicating copy to clipboard operation
BlazorTable copied to clipboard

feat: bootstrap 5 support

Open vinod-vetrivel opened this issue 4 years ago • 2 comments

Added option to switch to Bootstrap 5 during the service registration:

  • For Bootstrap 4, the current registration syntax will continue to work:
    • Services.AddBlazorTable();
  • For Bootstrap 5, an additional option to be set:
    • Services.AddBlazorTable(options => options.UseBootstrap5());

This basically changes two css classes used:

  • float-right => float-end
  • for

vinod-vetrivel avatar Oct 25 '21 05:10 vinod-vetrivel

It will be create if this Bootstrap 5 support can be implemented. All new templates now use Bootstrap 5!

TheTallBlonde1 avatar Nov 14 '21 20:11 TheTallBlonde1

i need

rafaelparenza avatar May 26 '22 18:05 rafaelparenza