search

Home  >  Q&A  >  body text

javascript - How to add a custom conditional search content in fullclendar?


As shown in the picture, add a search box and load the queried data based on the input content. How to do this?

高洛峰高洛峰2741 days ago390

reply all(1)I'll reply

  • 習慣沉默

    習慣沉默2017-05-19 10:17:55

    this.$refs.calendar.instance.fullCalendar('removeEvents')

      this.$refs.calendar.instance.fullCalendar('addEventSource', {
        events: (start, end, timezone, callback) => {
          请求与结果处理
        }
      })

    reply
    0
  • Cancelreply