Hi,
Table related bugs and missing features:
- HTML in table header no working properly (this might be the same in table rows). This can be reproduced with the XML before.
- Disabling Header - it’s not possible, I can make it hidden by adding an empty sapce to custom label of column header, and using Design Systems to hide boarders. Though, there is still big white space, and when I press on the empty header cell there will be golden boarder cause of selection. This can also be reproduced using the XML before, and seen in the screenshot.
3.Cannot apply custom styles to checkboxes inside a table. - Field Render snippets (for tables and forms), they don’t exist in v2 and there is nothing to replace them. I cannot use render conditions since they don’t contain context (snippet context issue is an issue in itself that needs to be solved). How can I reproduce functionality of Field Render Snippet?
- Unrelated to tables, but how can I call Inline Javascript functions from console?
Thank you,
Lukas
ControlC (Pastebin not working):
controlc.comSKUID V2 Table Error - 8f325696
<skuid__page unsavedchangeswarning="yes" personalizationmode="server" showsidebar="true" s - 8f325696
XML:
<skuid__page unsavedchangeswarning=“yes” personalizationmode=“server” showsidebar=“true” showheader=“true” theme=“Test_Design”>
<skuid__table allowColumnFreezing=“dragDrop” model=“User” uniqueid=“sk-2Mf-10028” mode=“read”>
</skuid__table>
<skuid__table allowColumnFreezing=“dragDrop” model=“User” uniqueid=“sk-2NO-16187” mode=“read” pageSize=“10”>
</skuid__table>
</skuid__page>