@tourmalinecore/react-table-responsive
Version:
React Table Responsive
2 lines (1 loc) • 371 B
JavaScript
import{getTableById as t}from"../components/DesktopTable/helpers.js";function e(e){var o=e.tableId,r=e.targetElem,n=t({tableId:o});if(!r||!n)return{left:0,right:0,top:0,bottom:0};var i=n.getBoundingClientRect(),l=r.current.getBoundingClientRect();return{left:l.left-i.left,right:l.right-i.right,top:l.top-i.top,bottom:l.bottom-i.bottom}}export{e as getRelativePosition};