app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_table_props_react

This kit uses the Table kit under the hood which comes with its own set of props. If you want to apply certain Table props to that underlying kit, you can do so by using the optional tableProps prop. This prop must be an object that contains valid Table props. For a full list of Table props, see here.

This doc example showcases how to set a sticky header for a nonresponsive table. To achieve sticky header AND responsive functionality, see the “Table Props Sticky Header” doc example below.