webismymind / editablegrid

EditableGrid is an open source Javascript library aimed at turning HTML tables into advanced editable components. It focuses on simplicity: only a few lines of code are required to get your first table up and running.

Home Page:http://www.editablegrid.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

responsive

kputcha opened this issue · comments

When I do the demo on my website, using the downloaded files, the appearance is different from the demo on http://www.editablegrid.net/en/
On smart phones, I get only the desktop site...
How can I duplicate the UI experience of http://www.editablegrid.net/en/ ?

If you go to the editablegrid-master/examples/full/index.php on the website and then choose any of the options on the screen it will have a similar UI but with slightly different styling.

Thank you, but I looked at all of them...none of them look like the table on http://www.editablegrid.net/en/

They all give desktop site on smart phones...

I need to insert @media width into css, if I know where is the table class ...?

Add this to the head section of the html page:

Is your message incomplete ?