1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-06-08 08:52:32 +02:00

Updated 1.0 Configuration (markdown)

koalyptus 2023-05-12 21:18:48 +10:00
parent 7528a31d1a
commit 76b94d8695

@ -27,7 +27,7 @@ const tf = new TableFilter(my_table, {
// Show filter bar above header allows easy copy&paste of the table content.
toolbar: true, // Enable toolbar component
rows_counter: { text: tab.caption + ': ' }, // Enable rows counter UI component
rows_counter: { text: 'Rows: ' }, // Enable rows counter UI component
status_bar: { // Enable status bar UI component
msg_filter: 'Filter aktiv...', // Message during filtering
toolbar_position: 'center',