v.0.13.3
On 2023.01.02
pip install --upgrade shimoku-api-pythonFixes
data_ = [ {'date': dt.date(2021, 1, 1), 'x': 5, 'y': 5, 'filtA': 'A', 'filtB': 'Z', 'name': 'Ana'}, {'date': dt.date(2021, 1, 2), 'x': 6, 'y': 5, 'filtA': 'B', 'filtB': 'Z', 'name': 'Laura'}, {'date': dt.date(2021, 1, 3), 'x': 4, 'y': 5, 'filtA': 'A', 'filtB': 'W', 'name': 'Audrey'}, {'date': dt.date(2021, 1, 4), 'x': 7, 'y': 5, 'filtA': 'B', 'filtB': 'W', 'name': 'Jose'}, {'date': dt.date(2021, 1, 5), 'x': 3, 'y': 5, 'filtA': 'A', 'filtB': 'Z', 'name': 'Jorge'}, ] s.plt.table( title="Test-table", data=data_, menu_path='test/table-test', order=0, sort_table_by_col={'date': 'asc'}, )
Ascending order by date, without filters 
Descending order by date, without using filters
Improvements
Last updated
Was this helpful?