How to apply theme on tables

Hi im using table in my application i want to apply theme like grid (theme=“wrap-cell-content no-border row-stripes” ) on it, how can i apply it on table

import org.vaadin.stefan.table.Table;
im using this table , can anyone help

Those are grid themes, therefore those only apply to the official grid component. The mentioned table is a third party addon, which you have to style yourself with css.

I think that add-on does not have anything similar

I have similar theme variants in my BeanTable add-on though

If HtmlTable API allows you to add class names to right elements, you could apply similar CSS to it, as the both are based on native Table elemetn.