ka-table v2.3.1 Release Notes

Release Date: 2020-01-12 // over 4 years ago
  • example:

    const childAttributes: ChildAttributes = {
      table: {
        onMouseEnter: (e, extendedEvent) => {
          const { dispatch } = extendedEvent;
          dispatch('MY_TABLE_onMouseEnter', { extendedEvent });
        },
        // ... Any other HTMLAttributes ....
      },
    };
    
    return <Table ... childAttributes={childAttributes}>
    

    Demo: Events