Viewing 1 replies (of 1 total)
  • Plugin Author osCitas Themes

    (@oscitas)

    Hi,

    Please check if you have installed any other Table plugin, then you can add Shortcode Prefix under EBS Setting such as ebs_, then it will create shortcode like

    [ebs_table width ="100%" style ="table-striped table-bordered table-hover" responsive ="true"]
    [ebs_table_head]
    [ebs_th_column]Heading-1[/ebs_th_column]
    [ebs_th_column]Heading-2[/ebs_th_column]
    [/ebs_table_head]
    [ebs_table_body]
    [ebs_table_row]
    [ebs_row_column]Value-1[/ebs_row_column]
    [ebs_row_column]Value-2[/ebs_row_column]
    [/ebs_table_row]
    [/ebs_table_body]
    [/ebs_table]

    Now it will not conflict with any other tables plugin.

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘Error table’ is closed to new replies.