OutSystems Forge 日本語データベース

Editable Table Paging

※Forge全件データの日本語検索サービスをご利用になりたい場合は、こちらまでお問合せください。

Forge英文サイト

2018-10-09 4.0.0 Daryl Van Johnson All All Widgets, Applications, How-tos
これは、編集可能なテーブルを使用するときにページング機能を追加する方法の簡単な例です。 アプリケーションで動作させるために修正が必要となるスクリーンアクションには、メモが埋め込まれています。 私が言ったように、これはあなたを始めるためのちょっとしたサンプルアプリケーションです。
ご覧のように、ナビゲーションは「ホームメイド」です。 RichWidgetsのList_Navigation Web Blockは、フィルタリングされたアグリゲートでうまくいくようには見えないので、私は(大まかに)その機能をシミュレートしました。 それらはかなり明白です。 私はちょうど一緒にこれを投げたので、私は良い方法があると確信しています。 あなたがそれを更新してより良くするなら、躊躇しないで共有してください! 私は、2,400行のデータページングを5,10,25、および50行でテストしました。 それはうまくいくようです。 これはWebアプリケーションでうまくいくようですが、モバイルのロジックを見直してデータベース要求の量を減らす予定です。

[Overview]
This is a quick example of a way to add paging functionality when using the Editable Table. There are notes embedded in the screen actions where modifications would be needed to make it work in your application. Like I said, this is just a quick sample app to get you started.
[Detail]
As you can see, the navigation is 'home-made'. The List_Navigation Web Block in RichWidgets doesn't seem to play nice with filtered aggregates so I (roughly) simulated it's functionality. They are pretty self-explanitory. I just threw this together so I'm sure there is a better way. If you update it and make it better, please don't hesitate to share! I've tested it with up to 2,400 rows of data paging 5, 10, 25, and 50 rows. It seems to work ok. This seems to work fine for web applications, but I'm planning to rethink the logic for mobile to cut down on the amount of database requests.
戻る