I can see this being handy to save space on a table layout, but I honestly haven’t put it into practice for anything, If anyone has any cool use cases, please share!
I know this is a “101” question - I’m just starting with TB. Could you please specify what to copy and what to replace? If I copy the element ID of a table I get:
TB.render(‘component_3’, function(data) {
//add custom code here
});
I’m assume I want “component_3” as my element ID. What part of “#x_element_page_X_X” do I replace exactly?
I’ve tried
#x_element_page_component_3 > div.table-responsive > tb-table-group > div > div > tb-table > div > table > thead > tr > th:nth-child(1) {
Tim - do you know how to limit height of table row. I have a field which is rich text and is used for long text description. I display this field in my table but when load the row height is massive so alot of scrolling is involved before next row can be reached. I wanted to limit the rows to a max hieght. Is that possible?