Hi,
thanks for your post, and sorry for the trouble.
Sorry, a table of that size is just to big for the “Edit” screen to handle. Basically, what happens is that the large number of input fields makes the browser crash, as it needs a lot of memory.
For tables of that size (which actually is more like a database and not a table), you’ll have to look into custom solutions, e.g. directly with PHP and a mySQL database.
Sorry for not having better news here.
Regards,
Tobias
Thank you so much Sir for the fast response and sorry for my bad English. Basically the table would be used as a searchable List of Public Schools.. we really don’t know about PHP and mySQL Configurations.. anyway thank you so much for the great plugin! we will still be using it for other educational data.
Hi,
no problem, you are very welcome! 🙂 Good to hear that the plugin will be helpful for other projects!
Best wishes,
Tobias
Hello,
Last question, how can I remove the black border in the table?
Please take a look here: http://i.imgur.com/lmXTZDy.png
Thank You 🙂
Hi,
that depends on what added it (it wasn’t TablePress). Can you please post a link to the page with the table where this problem happens, so that I can take a direct look? Thanks!
Regards,
Tobias
Hi Sir here’s the link to our site:
http://www.teacherph.com/test-page/
Thank You so much 🙂
Hi,
thanks for the link! Please try adding this to the “Custom CSS” textfield on the “Plugin Options” screen of TablePress:
tr th:first-child,
tr td:first-child {
border-left: none;
}
tr:first-child th {
border-top: none;
}
Regards,
Tobias
Very much appreciated 🙂 Thank You (Maraming Salamat – Filipino)
Hi,
no problem, you are very welcome! 🙂 Good to hear that this helped!
Best wishes,
Tobias
P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!