jquery-date-range-picker icon indicating copy to clipboard operation
jquery-date-range-picker copied to clipboard

How to use date and time data in the custom top bar?

Open pndparade opened this issue 2 years ago • 1 comments

Hello! I'm searching for help. I want to use custom topbar with my css classes, but don't understand how can I get date and time data? What should I write in function?

customTopBar: function() {
  return ... ?
},

pndparade avatar Feb 16 '23 09:02 pndparade

The customTopBar function argument will not provide any data. What you can do is access the data manually with the rest of the API.

I need some more context to provide further support, what are you trying to display in the top bar?

monovertex avatar Jun 04 '24 11:06 monovertex