what is the use of data table in HTML?
Answers
Answered by
1
HTML tables allow web developers to arrange data into rows and columns.
Answered by
0
Answer:
When DataTables reads the table content from an HTML table (rather than an Ajax or Javascript data source), by default it will read the information in the table into an array that DataTables stores internally. Each array element represents a column.
Similar questions