Trace:
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
flutterui:table_config [2022/11/30 09:39] admin created |
flutterui:table_config [2026/08/20 16:15] (current) admin |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ~~NOTRANS~~ | ~~NOTRANS~~ | ||
| - | ~~Title: Table configuration~~ | + | ~~Title: Table style~~ |
| The table always has a floating insert button in the right bottom corner, if it's possible to insert new records. It's the same functionality as with long-press on the table. If you want to hide the floating insert button, simply add a style with following name: | The table always has a floating insert button in the right bottom corner, if it's possible to insert new records. It's the same functionality as with long-press on the table. If you want to hide the floating insert button, simply add a style with following name: | ||
| Line 8: | Line 8: | ||
| </file> | </file> | ||
| + | The result looks like: | ||
| + | |||
| + | {{:flutterui:button.png?nolink&400|}} | ||
| + | {{:flutterui:no_button.png?nolink&400|}} | ||
| + | |||
| + | The table has additional styles: | ||
| + | |||
| + | ''f_table_noborder'' hides border around the table | ||
| + | |||
| + | ''f_no_alternating_row_color'' hides the alternating color | ||
| + | |||
| + | ''f_insert_hide'' hides insert feature (long press) | ||
| + | |||
| + | ''f_edit_hide'' hides edit feature (long press and slide action) | ||
| + | |||
| + | ''f_delete_hide'' hides delete feature (long press and slide action) | ||
| + | |||
| + | ''f_as_list'' shows the table as list | ||
