how to use ag-grid (React version)'s API in chrome developer tools(F12) - ag-grid

How to use ag-grid base on React API in chrome DevTools(F12).
test link: https://www.ag-grid.com/example/
such as
$("ag-root-wrapper").***.gridOptions.api.**
API:https://www.ag-grid.com/react-data-grid/grid-options/
my goal is in DevTools to use ag-grid's API to read/change the ag-grid table.
thanks.

Related

Capacitor native menu with embedded website

I develop a platform used by teachers.
This platform uses "old" technologies like PHP, JS, JQuery etc ...
I want to offer a mobile application that would allow you to use the web platform (already responsive)
I already did two years ago a first version of the mobile application with Cordova:
The Cordova application requests a login and password, makes a token request to the platform then uses the token to load the pages with Window.cordova.inappbrowser.open in full screen
It works well (with some functions to manage the photo, downloads etc).
Today, I want to offer better: since Cordova is starting to be obsolete, I turned to Capacitor Ionic.
I want to use the same operation for the login (it already works) then load a native page with a menu and a space where the pages would be loaded according to the selection in the native menu.
But being new in Ionic / Capacitor / Angular, I am a little lost:
Use WebView
Make a routing to the web page
Use a JS function that loads the page in the div ...
Here is the current state the application:
I want to load a page like https://alpha.website.net/index.php?page= in the white part when the user clicks on the menu on the menu
Thank you

How to post Data using API with modal class in flutter

I want to post data in Post Method Through API with using Modal class in flutter. how to post data.
You can go through this official flutter website
Click on </> button and postman will give you list of options to convert your request into different languages you can select Dart and copy paste the code on your ide and it run the application

Google de-indexing http://fb://profile/profile-id

http://fb://profile/profile-id violates AMP html policies and has led to Google de-indexing all of my web pages. How can I open my Facebook link on Facebook app when a user click Facebook icon on my site's footer using another way? I am using AMP version for mobile.
Thanks in advance
What error messages do you get after running AMP validation?
Open your page in your browser.
Add "#development=1" to the URL, for example, http://localhost:8000/released.amp.html#development=1.
Open the Chrome DevTools console and check for validation errors.
One problem could be the protocol, use https. After updating the protocol and running validation, do you have any errors?

Leaftet google integration - attribution links not working

I'm using Leaftlet (version 0.7.7) with Google plugin (https://github.com/shramov/leaflet-plugins - version 1.9.3) and I noticed that google attribution links (Terms of use, Report a map error) are not clickable. Is there a fix for it?

Comment to url API

I am using Facebook Comments plugin in my website:
http://developers.facebook.com/docs/reference/plugins/comments/
by add this to my web :
<div class="fb-comments" data-href="http://example.com" data-num-posts="2" data-width="470"></div>
And i want to use it also in my android app, Can i use Facebook API or something else that i can make a comment on a URL without using the Comment plug-in.
Its impossible but comment plugin will show mobile version automatically for mobile devices
The mobile version will automatically show up when a mobile device
user agent is detected. You can turn this behavior off by setting the
mobile parameter to false. Please note: the mobile version ignores the
width parameter, and instead has a fluid width of 100% in order to
resize well in portrait/landscape switching situations. You may need
to adjust your CSS for your mobile site to take advantage of this
behavior. If preferred, you can still control the width via a
container element.
You can use the Graph API with stream_publish permission from the user in order to publish comments on their behalf. You can read the following docs to see how that works:
https://developers.facebook.com/docs/reference/api/post/#comments