I have a table, and I have admin panel which can delete the records from the db, so that the ID becomes like 1, 4, 7, 9, 11, 24, etc. But am using the ID count for a chart.
The problem is that I need the table to auto fix the auto increment so that I can show the correct data in the chart! Is there any solution for this? I am a beginner so kindly consider this.