return( <Col key={ind} xs={12} smOffset={3} sm={6} mdOffset={0} md={12/PRICING_DATA.length}> <PriceTable ind={ind} features={val.features} planName={val.planName} length={PRICING_DATA.length} price={val.price} buttonHandler={this.buttonHandler}/> </Col> )})}