so lets say my collection name is Attendance then
this will be the url
https://api.appery.io/rest/1/db/colle...
and then i need to pass database id as the parameter in header
X-Appery-Database-Id
and other parameters in the data part rite?
so lets say my collection name is Attendance then
this will be the url
https://api.appery.io/rest/1/db/colle...
and then i need to pass database id as the parameter in header
X-Appery-Database-Id
and other parameters in the data part rite?
Hi Katya,
I write this code on page load but i m getting this error
Uncaught Error: cannot call methods on carousel prior to initialization; attempted to call method 'previous'
even i tried it on carousel click still i m getting this exception
This i have to do at page load?
HI,
I am having a carousel and in that i want to add left and right arrow keys on which when i click i will be able to navigate from one frame to another.
in the JS i am able to see the div section for left and right arrow
but i m not able to see any arrow.
Pls help!!
My problem is that i am not able to pass current date in the Date column. Is there any way (may be with the use of datepicker) to get current date(todays date).
I am also using same query
this is my JS
var d = new Date();
var month = d.getMonth()+1;
var day = d.getDate();
var output = d.getFullYear()+'-'+((''+month).length.
But when I fired this query from stand alone service it is working fine.
Can you pls help