mysql show last added data on top
mysql show last added data on top
![muammer](https://secure.gravatar.com/avatar/952c8566fe4907de040060198dd7c051/?default=https%3A%2F%2Fvanillicon.com%2F952c8566fe4907de040060198dd7c051_200.png&rating=g&size=120)
I would like to show the above on the database according to the data id or taihi added to the MySQL database.
How do I format datatable defaults like this?
This discussion has been closed.
Answers
sample :
id: 30
id: 29
id: 28
Maybe the
order
option can be used to set the desired column order to descending (desc
).Kevin
I tried but not.
I changed a setting once in the css file, but this time the page structure is broken.