A grid is an interactive control which contains cells of tabular data arranged in rows and columns, like a table.
<table role="grid"> <thead> <!-- etc --> </thead> <tbody> <!-- etc --> </tbody> </table>