javascript - Adding row data at the top row using Jquery -
here code, doing right adding data table? here sample code..i have table data already..when add item should add first row...right adding after existing data..any suggestions..
edit
use $("#datatable").prepend(tr);
Comments
Post a Comment