app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_fullscreen

Trigger Fullscreen mode with the allowFullScreenand fullScreenControl props. allowFullScreen is a boolean that enables Fullscreen functionality for an Advanced Table. fullScreenControl is a callback function that receives an object containing the table’s internal toggleFullscreen function, allowing you to store and trigger Fullscreen from the parent component. An external trigger (like a button) must be used to activate Fullscreen mode.

Exit Fullscreen mode by clicking the minimize top-right-corner icon or by pressing the “Escape” keyboard key.