Attributes rowspan & colspan in neotable - Forum

Forum Navigation
You need to log in to create posts and topics.

Attributes rowspan & colspan in neotable

Is there any way to use rowspan and colspan in neotable? like below:

https://www.w3schools.com/html/tryit.asp?filename=tryhtml_table_colspan

@asmat I don't think so, but you can take a look a the original library:
https://bootstrap-table.com/

Regards.

asmat has reacted to this post.
asmat

Yes there is:

 

Bootstrap Table Examples (bootstrap-table.com)

 

Regards,

 

Eric

luishp and asmat have reacted to this post.
luishpasmat

Hi @ebear Yes we can with bootstrap using <th colspan="2" data-align="center">Item Detail</th> but how do you translate the command into neotable ? I would be interested to have an example.