Skip to content
Advertisement

How to make a button to jump into specified table row

I have code that generate a table from my database. The code is

Now that code will give me a big table. Is there any way to make some link or button to make me jump onto a specific row in a table ? Because scrolling through the big table really not efficient

Advertisement

Answer

well, i found a simple solution : I just use <a href="#catname">catname</a> to simply jump into the category I needed on the table

User contributions licensed under: CC BY-SA
7 People found this is helpful
Advertisement