facebookarchive / fixed-data-table

A React table component designed to allow presenting thousands of rows of data.
http://facebook.github.io/fixed-data-table/
Other
4.3k stars 553 forks source link

Symantic Markup #472

Open davidbarratt opened 7 years ago

davidbarratt commented 7 years ago

The generated markup from this library is not symantic. It should use the <table> element since the data being respresented is tabular:

The HTML Table Element <table> represents tabular data —that is, information expressed via a two-dimensional data table.

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/table

Would it be possible to add an option to output a semantically correct table?