The documentation of the BootGrid says that for setting the http method to GET or for setting the ajax to true I need to use the method
and the ajax
(in javascript) but the Data-API example shows the attributes data-url
and data-ajax
so I figure I need to use data-method
as well, and cannot use ajax
as an attribute name without the data-...
(namespace?).
Correct?