Sticky Header & Column with DataTable Widget | Custom Widget | Tabular UI | Table UI - Flutter

Поделиться
HTML-код
  • Опубликовано: 25 янв 2023
  • Sticky header, Column, DataTable, Custom widget, Tabular UI, Table UI, Flutter, Dart
    Sticky Header & Column DataTable Widget (Flutter) | Custom Widget | Tabular UI | Table UI - Flutter - Dart
    Here is the project code link:
    @Github: github.com/UttamPanchasara/cu...
    Documents links:
    pub.dev/documentation/linked_...
    #datatable #flutter #tabular #ui #custom #widgets #dart #code #programming

Комментарии • 16

  • @gurparvesh38
    @gurparvesh38 3 дня назад

    Thank you so much for this :)

  • @user-vn1op3uo5e
    @user-vn1op3uo5e 8 месяцев назад

    superb suggestion for this type of view thank you so much

  • @GustavoO64
    @GustavoO64 5 дней назад

    I think this content will help me in my real project here in Brazil, but it's hard to understand, use subtitle or just write coments tell us what are you doing will help, Thanks for the content!

    • @uttampanchasara6465
      @uttampanchasara6465  2 дня назад

      Hey thanks for your feedback, May you can try switching subtitle language.

  • @sejodgamer7236
    @sejodgamer7236 Год назад

    this is the best i see thx alot

  • @anggawardana6114
    @anggawardana6114 Год назад

    great job. really helps me. thankyou 👍

  • @shahzadali8349
    @shahzadali8349 2 месяца назад

    Thank you for explaining in such details. It really helpful. Can you please guide me, if i want to stick the header to the top with multi-selection rows via enabling the checkboxes.
    I have tried your solution but the major issue I am facing right now is, when i scroll the list vertically and stick header appear and I when i click on the header it select the row, rather to perform the sorting.

  • @user-ii8bt1rl5c
    @user-ii8bt1rl5c 4 месяца назад

    How can I add borderline like a table has in this DataTable widget? This is my biggest problem if you can solve🙏🏻

  • @user-vn1op3uo5e
    @user-vn1op3uo5e 8 месяцев назад

    but when i want to make scrollbar should be display on screen it is not show scrollbar is display when all data we scrolled

    • @uttampanchasara6465
      @uttampanchasara6465  8 месяцев назад

      To have scrollbar visible, you need to make it always visible by wrapping scroll widget with scrollbar widget.

  • @harshad1704
    @harshad1704 5 месяцев назад

    Watch from 30:45

  • @AhmadRifai-ey4uo
    @AhmadRifai-ey4uo 7 месяцев назад

    If the datatable cell comes from API, how to freeze colum header and first column?

    • @uttampanchasara6465
      @uttampanchasara6465  7 месяцев назад +1

      You can prepare the model accordingly. From your actual data set ( api )

    • @AhmadRifai-ey4uo
      @AhmadRifai-ey4uo 7 месяцев назад

      @@uttampanchasara6465 ❤thx for ur respon