Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
91 views
in Technique[技术] by (71.8m points)

javascript - What would you use to build a calendar that would run on IE11? (Angular)

I'm currently working on a project that requires building a web page with a Calendar.

The Calendar should suppport booking (which means positioning boxes within the Calendar that span on a number of cells)

I built something simple using css grid, but later on I found out the customer uses IE11.

I tried using AutoPrefix to make the grid compatible, but it messed it up even worse and I think I'll waste more time adjusting then just using something other than grid.

I'm about to scrap my design and just go old school with <table> but before I do that, I wanted to ask for recommendations. Is there a better solution?

This is what it should look like: enter image description here

question from:https://stackoverflow.com/questions/65916552/what-would-you-use-to-build-a-calendar-that-would-run-on-ie11-angular

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...