Best way to insert large table in Wordpress without plugin?

onlinework

Power Member
Joined
Sep 16, 2013
Messages
603
Reaction score
150
As the title says, I need to know which is the best way to insert large table in Wordpress without using any plugins. Already tried tablepress, ninja tables but all of them are slowing the website enormously . The website is built in Wordpress and the tables have like 10,000 rows. I have tried Datatables but I am struggling to implement it in wordpress without plugin. I have all data in cv and excel files.

Thank you in advance!
 
embed Google Sheet
 
Paste the rows into microsoft excel.
Save the microsoft excel as a html page (Yes its a thing :))
Open the saved excel html file in notepad.
Copy over the row part.
Paste in wordpress page.
Enjoy
 
You can copy that table in MS word. From word you can copy and paste table. It worked for me many times. You can try to copy and paste directly from excel to wordpress. I haven't tried that but word to wordpress worked well for me.
 
We can do... But will be complicated without plugins... Why so..?!
Yes but the plugins are awful and they are slowing the website.

embed Google Sheet

I have tried this, same problem with the speed again.

Paste the rows into microsoft excel.
Save the microsoft excel as a html page (Yes its a thing :))
Open the saved excel html file in notepad.
Copy over the row part.
Paste in wordpress page.
Enjoy

Same problem again. As I said, I do not have problem creating the tables. I have problems cause they are slowing the website cause of large number of rows.

You can copy that table in MS word. From word you can copy and paste table. It worked for me many times. You can try to copy and paste directly from excel to wordpress. I haven't tried that but word to wordpress worked well for me.
The problem is the website speed, not how to import the content from the table.

Thanks again!
 
I don't know if I understood you correctly, but you can do the table here: https://html-online.com/editor/
Screenshot_1.png

Screenshot_2.png


On the right, it will generate a html code for you, which you will insert in the entry :)
 
use cache plugins or something...if you are planning to load 10,000 rows then ofcourse it will take some time :S

the only other solution is to split the table or use pagination in tables (as mentioned by others)
 
use cache plugins or something...if you are planning to load 10,000 rows then ofcourse it will take some time :S

the only other solution is to split the table or use pagination in tables (as mentioned by others)
I have tried almost everything, it is still slow. The problem is that this website is built in Wordpress so I cannot figure it our how to implement datatables without any plugins.
 
Back
Top